Utility class containing constants.
Represents the axis cross type.
Field Summary |
const int | AUTOMATIC | |
Microsoft Excel sets the axis crossing point.
|
const int | MAXIMUM | |
The axis crosses at the maximum value.
|
const int | CUSTOM | |
The axis crosses at the custom value.
|