Skip to main content

SwiftPlotDiagram.AxisY Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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