Change Tick Label Direction
Contents
[
Hide
]
Change Tick Label Direction
Aspose.Cells for Python via .NET provides you with the ability to change the chart tick label direction by using the TickLabels.direction_type property. The TickLabels.direction_type property accepts the ChartTextDirectionType enumeration value. The ChartTextDirectionType enumeration provides the following members
- HORIZONTAL
- VERTICAL
- ROTATE90
- ROTATE270
- STACKED
The following image compares the source and output files
Source file image
Output file image
The following code snippet changes the tick label direction from Rotate90 to Horizontal.
Sample Code
The source and output files can be downloaded from the following links.