Back to Devexpress

SwiftPlotDiagram.AxisY Property

corelibraries-devexpress-dot-xtracharts-dot-swiftplotdiagram-c8ff8d37.md

latest1.7 KB
Original Source

SwiftPlotDiagram.AxisY Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public SwiftPlotDiagramAxisY AxisY { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AxisY As SwiftPlotDiagramAxisY

Property Value

TypeDescription
SwiftPlotDiagramAxisY

The SwiftPlotDiagramAxisY object, that represents the Y-axis.

|

See Also

AxisX

SecondaryAxesY

SwiftPlotDiagram Class

SwiftPlotDiagram Members

DevExpress.XtraCharts Namespace