Represents a chart axis.
For a list of all members of this type, see Axis Members.
System.Object
Aspose.Chart.Axis
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 Axis class provides properties that allow you to modify various aspects of a chart axis such as labels, grid, tick marks, minimum, maximum etc.
Axes of a chart are created automatically and you can access them via the AxisX, AxisY, AxisX2, AxisY2 properties of the ChartArea object. You do not need to create Axis objects directly.
Example
http://www.aspose.com/Products/Aspose.Chart/Demos/CodeChart.aspx?GalleryItemId=13
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
Axis Members | Aspose.Chart Namespace