Represents a label on a chart axis.
For a list of all members of this type, see AxisLabel Members.
System.Object
Aspose.Chart.AxisLabel
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
The AxisLabel class provides properties that allow you to customize the look of various labels on an axis of a chart.
The Axis.DefaultLabel property is used as a template to generate axis labels that fill the Axis.AxisLabels collection when the chart is drawn.
You can create AxisLabel objects and add them to the collection of custom labels Axis.CustomLabels.
Example
http://www.aspose.com/Products/Aspose.Chart/Demos/CodeChart.aspx?GalleryItemId=6
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
AxisLabel Members | Aspose.Chart Namespace