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

SwiftPlotDiagramModel.SecondaryAxesX Property

Returns the model of the secondary X-axis collection of the modeled Swift Plot diagram.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[Browsable(false)]
public SwiftPlotDiagramSecondaryAxisXCollectionModel SecondaryAxesX { get; }

Property Value

Type Description
SwiftPlotDiagramSecondaryAxisXCollectionModel

The model of the secondary X-axis collection.

See Also