ChartCollectionBaseModel.IndexOf(ChartElementModel) Method
Returns index of the specified chart element model within the collection.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| chartElement | ChartElementModel | The element model whose index should be returned. |
Returns
| Type | Description |
|---|---|
| Int32 | The zero-based index of the element model. |
See Also