CrossesType
Contents
[
Hide
]CrossesType class
Determines where axis will cross.
Constants
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 |
AxisCrossesAtZero
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
The axis crosses at the maximum value.
Custom
Custom value from property CrossAt