TValueAxis Class
Information about an Axis of values. (normally the y axis)
Syntax
Unit: FlexCel.Core
TValueAxis = class(TBaseAxis);
Constructors
| Name |
Description |
| Create |
Overloaded Create Create(Double, Double, Double, Double, Double, TValueAxisOptionSet, TFlxChartFont, string, Boolean, TAxisLineOptions, TAxisTickOptions, IDataLabel, TChartAxisPos) Create(Double, Double, Double, Double, Double, TValueAxisOptionSet, TFlxChartFont, string, Boolean, TAxisLineOptions, TAxisTickOptions, IDataLabel, TChartAxisPos, Double)
|
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.
|