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

AxisY Class

Represents the primary Y-axis within a chart control in 2D series, except for the Swift Plot.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public class AxisY :
    AxisYBase

The following members return AxisY objects:

Remarks

The AxisY class represents the primary axis of values (Y-axis) within a chart control in 2D series (except for the Swift Plot). It inherits properties and methods from the base Axis class, which implements the common axes functionality.

An object of the AxisY type can be accessed via the XYDiagram.AxisY property of an XYDiagram object, which in its turn is exposed via the ChartControl.Diagram property.

A diagram‘s secondary Y-axis is represented by the SecondaryAxisY class. And, for Swift Plot charts, the SwiftPlotDiagramAxisY class provides similar functionality.

For more information, refer to Axes.

See Also