Change Tick Label Direction
Contents
[
Hide
]
Change Tick Label Direction
Aspose.Cells provides you with the ability to change the chart tick label direction by using the TickLabels.DirectionType property. The TickLabels.DirectionType 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.