CrossesType
Overview
CrossesType is a enum in Aspose.Slides FOSS for Python.
Determines where axis will cross.
This enumeration defines 3 values: AXIS_CROSSES_AT_ZERO, MAXIMUM, CUSTOM.
Values
| Value | Description |
|---|---|
AXIS_CROSSES_AT_ZERO | Represents the axis crossing at zero |
MAXIMUM | Represents the axis crossing at the maximum value |
CUSTOM | Represents a user-defined axis crossing position |