Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
SwiftPlotDiagramSecondaryAxisXCollectionModel

The model of the secondary X-axis collection.

See Also