AxisCrossType Enum
Represents the possible positions for both chart axis to cross. It does not affect secondary axis.
Fields
Automatic | The opposite axis will be automatically positioned. |
Maximum | The opposite axis will be positioned after this axis maximum value or last category. |
Specific | The opposite axis will be positioned before an specific point (1-based category index for category axis or a specific value for value axis). |