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

SwiftPlotDiagramAxisY Class

Represents the primary Y-axis within Swift Plot charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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 a Swift Plot chart. 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