SwiftPlotDiagramAxisY Class
Represents the primary Y-axis within Swift Plot and Swift Point charts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return SwiftPlotDiagramAxisY objects:
Remarks
The SwiftPlotDiagramAxisY class represents the primary axis of values (Y-axis) within Swift Plot and Swift Point charts. It inherits properties and methods from the base SwiftPlotDiagramAxisYBase class, which implements the common Y-axes functionality.
An object of the SwiftPlotDiagramAxisY type can be accessed via the SwiftPlotDiagram.AxisY property of a SwiftPlotDiagram object, which in its turn is exposed via the ChartControl.Diagram property.
A Swift Plot Diagram‘s secondary Y-axis is represented by the SwiftPlotDiagramSecondaryAxisY class.