Back to Devexpress

AxisXBase Class

corelibraries-devexpress-dot-xtracharts-2dc9d264.md

latest3.1 KB
Original Source

AxisXBase Class

Represents the base class for classes that provide the common X-axis functionality in 2D series views, except for the Swift Plot and Swift Point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class AxisXBase :
    Axis
vb
Public MustInherit Class AxisXBase
    Inherits Axis

The following members return AxisXBase objects:

Remarks

The AxisXBase serves as a base class both for primary and secondary X-axes of 2D series, except for the Swift Plot and Swift Point, for which the SwiftPlotDiagramAxisXBase class provides a similar functionality.

For the Y-axis, a similar functionality is provided by the AxisYBase class.

For more information, refer to Axes.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis2D Axis AxisXBase AxisX

SecondaryAxisX

GanttAxisX

See Also

AxisXBase Members

Axes

AxisYBase

SwiftPlotDiagramAxisXBase

DevExpress.XtraCharts Namespace