Change Tick Label Direction

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

The following image compares the source and output files

Source file image

todo:image_alt_text

Output file image

todo:image_alt_text

The following code snippet changes the tick label direction from ROTATE_90 to HORIZONTAL.

Sample Code

The source and output files can be downloaded from the following links.

Source File

Output File