TValueAxisOptions Enumeration
Options for a Value Axis.
Syntax
Unit: FlexCel.Core
Members
| Name |
Value |
Description |
| AutoMin |
0 |
Use automatic minimum.
|
| AutoMax |
1 |
Use automatic maximum.
|
| AutoMajor |
2 |
Use automatic major units.
|
| AutoMinor |
3 |
Use automatic minor units.
|
| AutoCross |
4 |
Use automatic crossing point.
|
| LogScale |
5 |
Use logarithmic scale.
|
| Reverse |
6 |
Values will be in reverse order.
|
| MaxCross |
7 |
The category Axis will cross at the maximum value.
|