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

SwiftPlotDiagram.SecondaryAxesY Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
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