Table of Contents

TValueAxis Class

Information about an Axis of values. (normally the y axis)

Syntax

Namespace: FlexCel.Core

public class TValueAxis: TBaseAxis

Constructors

Properties

Name Description
Min Minimum value for the axis, when not set to automatic in AxisOptions.
Max Maximum value for the axis, when not set to automatic in AxisOptions.
Major Value for the major unit, when not set to automatic in AxisOptions.
Minor Value for the minor unit, when not set to automatic in AxisOptions.
CrossValue Value where the other Axis will cross this one, when not set to automatic in AxisOptions.
AxisOptions Enumerates which of the other options contain valid values or are automatic.