Skip to main content
A newer version of this page is available. .

AxisYBase Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class AxisYBase :
    Axis

The following members return AxisYBase objects:

Remarks

The AxisYBase serves as a base class both for primary and secondary Y-axes of 2D series, except for the Swift Plot, for which the SwiftPlotDiagramAxisYBase class provides a similar functionality.

For the X-axis, a similar functionality is provided by the AxisXBase class.

For more information, refer to Axes.

See Also