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

SwiftPlotDiagramAxisY Class

Represents the primary Y-axis within Swift Plot and Swift Point charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class SwiftPlotDiagramAxisY :
    SwiftPlotDiagramAxisYBase

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.

See Also