Aspose::Cells::Charts::TickLabelPositionType enum
TickLabelPositionType enum
Represents the position type of tick-mark labels on the specified axis.
enum class TickLabelPositionType
Values
Name | Value | Description |
---|---|---|
High | 0 | Position type is high. |
Low | 1 | Position type is low. |
NextToAxis | 2 | Position type is next to axis. |
None | 3 | Position type is none. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++