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 | Represents the text shall be centered. |
Left | 1 | Represents the text shall be left justified. |
Right | 2 | Represents the text shall be right justified. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++