Enum CrossType

CrossType enumeration

Represents the axis cross type.

public enum CrossType

Values

NameValueDescription
Automatic0Microsoft Excel sets the axis crossing point.
Maximum1The axis crosses at the maximum value.
Minimum2The axis crosses at the minimum value.
Custom3The axis crosses at the custom value.

See Also