AxisY Class
Represents the primary Y-axis within a chart control in 2D series, except for the Swift Plot and Swift Point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Related API Members
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 and Swift Point). 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.