ChartCollectionBaseModel.IndexOf(ChartElementModel) Method
Returns index of the specified chart element model within the collection.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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