Skip to main content

SwiftPlotDiagram.SecondaryAxesY Property

Provides access to the collection of secondary Y-axes of a Swift Plot diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public SwiftPlotDiagramSecondaryAxisYCollection SecondaryAxesY { get; }

Property Value

Type Description
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