SwiftPlotDiagram.SecondaryAxesY Property
Provides access to the collection of secondary Y-axes of a Swift Plot diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[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