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

ChartCollectionBaseModel.IndexOf(ChartElementModel) Method

Returns index of the specified chart element model within the collection.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public int IndexOf(
    ChartElementModel chartElement
)

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