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

SwiftPlotDiagramSecondaryAxisXCollectionModel.Item[Int32] Property

Returns a model of a secondary X-axis of the Swift Plot diagram by its zero-based index.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public SwiftPlotDiagramSecondaryAxisXModel this[int index] { get; }

Parameters

Name Type Description
index Int32

The zero-based index.

Property Value

Type Description
SwiftPlotDiagramSecondaryAxisXModel

The model of the secondary X-axis of the Swift Plot diagram.

Remarks

If the parameter value is negative or exceeds the maximum available index, an exception is raised.

See Also