ChartCrossesType Enumeration
|
Indicates where axis will cross.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ChartCrossesType
Public Enumeration ChartCrossesType
public enum class ChartCrossesType
Members
|
|
Member name
|
Value
|
Description
|
|
|
AxisCrossesAtZero
|
0
|
The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).
|
|
|
Maximum
|
1
|
The axis crosses at the maximum value.
|
|
|
Custom
|
2
|
Custom value from property CrossAt
|
See Also