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

SwiftPlotDiagramModel.SecondaryAxesY Property

Returns the model of the secondary Y-axis collection of the modeled Swift Plot diagram.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[Browsable(false)]
public SwiftPlotDiagramSecondaryAxisYCollectionModel SecondaryAxesY { get; }

Property Value

Type Description
SwiftPlotDiagramSecondaryAxisYCollectionModel

The model of the secondary Y-axis collection.

See Also