Skip to main content

Axis Class

The base class for all axes present in either the XYDiagram2D or XYDiagram3D classes.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v25.1.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class Axis :
    AxisBase,
    ILogarithmic

The following members return Axis objects:

Remarks

For more information about axes, refer to the following help topic: Axes.

See Also