corelibraries-devexpress-dot-xtracharts-e2c586c5.md
Represents the base class for classes that provide axes functionality for 2D XY-series views.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class Axis :
Axis2D,
IAutoScaleBreaksContainer
Public MustInherit Class Axis
Inherits Axis2D
Implements IAutoScaleBreaksContainer
The Axis class serves as a base for classes which provide both primary and secondary axes functionality for a 2D XY-chart, meaning that the properties and methods which are defined by the Axis class are common to all axes of an XY-Diagram.
In addition to the settings inherited from the base Axis2D class, the Axis class implements specific properties that allow you to control the following axis options.
For more information, refer to Axes.
IXtraSupportDeserializeCollectionItem
Show 13 items
Object ChartElement ChartElementNamed AxisBase Axis2D Axis AxisXBase
See Also