Back to Devexpress

SwiftPlotDiagram.SecondaryAxesY Property

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

latest2.0 KB
Original Source

SwiftPlotDiagram.SecondaryAxesY Property

Provides access to the collection of secondary Y-axes of a 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 SwiftPlotDiagramSecondaryAxisYCollection SecondaryAxesY { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SecondaryAxesY As SwiftPlotDiagramSecondaryAxisYCollection

Property Value

TypeDescription
SwiftPlotDiagramSecondaryAxisYCollection

The SwiftPlotDiagramSecondaryAxisYCollection object, representing the diagram’s collection of secondary Y-axes.

|

Remarks

For more information, refer to Primary and Secondary Axes.

See Also

AxisY

SecondaryAxesX

SwiftPlotDiagram Class

SwiftPlotDiagram Members

DevExpress.XtraCharts Namespace