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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[Browsable(false)]
public SwiftPlotDiagramSecondaryAxisYCollectionModel SecondaryAxesY { get; }
Property Value
Type | Description |
---|---|
SwiftPlotDiagramSecondaryAxisYCollectionModel | The model of the secondary Y-axis collection. |
See Also