Back to Devexpress

Axis Class

corelibraries-devexpress-dot-xtracharts-e2c586c5.md

latest3.5 KB
Original Source

Axis Class

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

Declaration

csharp
public abstract class Axis :
    Axis2D,
    IAutoScaleBreaksContainer
vb
Public MustInherit Class Axis
    Inherits Axis2D
    Implements IAutoScaleBreaksContainer

Remarks

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.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Show 13 items

Object ChartElement ChartElementNamed AxisBase Axis2D Axis AxisXBase

AxisYBase

SecondaryAxisX

SecondaryAxisY

GanttAxisX

AxisX

AxisY

See Also

Axis Members

Axes

SecondaryAxisX

SecondaryAxisY

DevExpress.XtraCharts Namespace