A newer version of this page is available.
Switch to the current version.
AxisBase Class
Represents the base class for classes that provide axes functionality for a chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(AxisBaseTypeConverter))]
public abstract class AxisBase :
ChartElementNamed,
IAxisData,
IAxisElementContainer,
IIntervalLayoutKey,
ILogarithmic,
IHitTest
<TypeConverter(GetType(AxisBaseTypeConverter))>
Public MustInherit Class AxisBase
Inherits ChartElementNamed
Implements IAxisData,
IAxisElementContainer,
IIntervalLayoutKey,
ILogarithmic,
IHitTest
Related API Members
The following members accept/return AxisBase objects:
Show 12 links
Remarks
The AxisBase class serves as a base for the Axis and Axis3D classes which provide axes functionality for a chart control in 2D series and 3D series, respectively. The properties and methods which are defined by the AxisBase class implement the base axes functionality and are common to all axes.
Below are the main properties of the AxisBase class which expose the most important axis elements:
Property | Axis Element |
---|---|
AxisBase.GridLines | Provides access to the settings of an axis's grid lines. |
Axis2D.Label | Gets an axis's label object. |
Inheritance
See Also
Feedback