Specifies the possible crossing points for an axis.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Public Enumeration AxisCrosses
public enum class AxisCrosses
Members
|
Member name
|
Value
|
Description
|
|
AutoZero
|
0
|
The category axis crosses at the zero point of the value axis (if possible), or at the minimum value
if the minimum is greater than zero, or at the maximum if the maximum is less than zero.
|
|
Max
|
1
|
A perpendicular axis crosses at the maximum value of the axis.
|
|
Min
|
2
|
A perpendicular axis crosses at the minimum value of the axis.
|
|
Custom
|
3
|
A perpendicular axis crosses at the specified value of the axis.
|
See Also