SwiftPlotDiagram.SecondaryAxesX Property
Provides access to the collection of secondary X-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 SwiftPlotDiagramSecondaryAxisXCollection SecondaryAxesX { get; }
Property Value
Type | Description |
---|---|
SwiftPlotDiagramSecondaryAxisXCollection | The SwiftPlotDiagramSecondaryAxisXCollection object, representing the diagram’s collection of secondary X-axes. |
Remarks
For more information, refer to Primary and Secondary Axes.
See Also