Aspose::Cells::Charts::TickLabelAlignmentType enum
TickLabelAlignmentType enum
Represents the text alignment type for the tick labels on the axis.
enum class TickLabelAlignmentType
Values
| Name | Value | Description |
|---|---|---|
| Center | 0 | Specifies that the text is centered. |
| Left | 1 | Specifies that the text is left-aligned.. |
| Right | 2 | Specifies that the text is right-aligned.. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++