Skip to main content

XYDiagramModel.SecondaryAxesY Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
SecondaryAxisYCollectionModel

The model of the secondary Y-axis collection.

See Also