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

SwiftPlotDiagram.AxisY Property

Provides access to the Y-axis of the Swift Plot diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public SwiftPlotDiagramAxisY AxisY { get; }

Property Value

Type Description
SwiftPlotDiagramAxisY

The SwiftPlotDiagramAxisY object, that represents the Y-axis.

See Also