Aspose::Cells::Charts::CrossType enum

CrossType enum

Represents the axis cross type.

enum class CrossType

Values

NameValueDescription
Automatic0
Microsoft Excel sets the axis crossing point.
Maximum1
The axis crosses at the maximum value.
Minimum2
The axis crosses at the minimum value.
Custom3
The axis crosses at the custom value.

See Also