Aspose::Cells::Charts::CrossType enum
CrossType enum
Represents the axis cross type.
enum class CrossType
Values
Name | Value | Description |
---|---|---|
Automatic | 0 | Microsoft Excel sets the axis crossing point. |
Maximum | 1 | The axis crosses at the maximum value. |
Minimum | 2 | The axis crosses at the minimum value. |
Custom | 3 | The axis crosses at the custom value. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++