Enum CrossType
Enum CrossType
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Represents the axis cross type.
public enum CrossType
Fields
Automatic = 0
Microsoft Excel sets the axis crossing point.
Custom = 3
The axis crosses at the custom value.
Maximum = 1
The axis crosses at the maximum value.
Minimum = 2
The axis crosses at the minimum value.