Axis titles are the short text descriptions that explain the data displayed along a particular axis. They typically appear along the horizontal and vertical axes of a chart as shown in the following image.
In FlexChart, you can set the title for each axis by setting the Title property of Axis class. This example uses the code and data source from the Quick Start topic.
In FlexChart, you can rotate axis titles with respect to the axis line by setting theTitleAngle property. This property accepts the numeric values from -90 to 90 in degrees and rotates the axis titles by the specified angle in anti-clockwise direction, thus giving it a more aesthetic look.
The following code showcases how to set the TitleAngle property. This example uses the code and data source from the Quick Start topic.
In FlexChart, you can customize the axis titles by using the TitleStyle property which is of the type ChartStyle class. The following image showcases style set on axis title.
The following code demonstrates how to set TitleStyle for axes. This example uses the same code and data source from the Quick Start topic.