TickLabelPositionType
TickLabelPositionType enum
Represents the position type of tick-mark labels on the specified axis.
enum class TickLabelPositionType
Values
Name | Value | Description |
---|---|---|
High | 0 | Specifies the axis labels shall be at the high end of the perpendicular axis. |
Low | 1 | Specifies the axis labels shall be at the low end of the perpendicular axis. |
NextTo | 2 | Specifies the axis labels shall be next to the axis. |
None | 3 | Specifies the axis labels are not drawn. |
See Also
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides