Skip to main content
All docs
V23.2

SubtotalDataPointCollection.IndexOf(Int32) Method

Returns the position of the specified data point within the collection.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int IndexOf(
    int item
)

Parameters

Name Type Description
item Int32

The zero-based position of the target data point within the series.

Returns

Type Description
Int32

A zero-based index of the data point within the collection. -1 if the point does not belong to the collection.

See Also