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

SwiftPlotDiagram.SecondaryAxesX Property

Provides access to the collection of secondary X-axes of a Swift Plot diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
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