Skip to main content

SecondaryAxisCollectionModel.Item[Int32] Property

Returns a 2D axis model by its zero-based index.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public Axis2DModel this[int index] { get; }

Parameters

Name Type Description
index Int32

The zero-based index.

Property Value

Type Description
Axis2DModel

The 2D axis model.

Remarks

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

See Also