Back to Devexpress

SeriesCollection.IndexOf(Series) Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-seriescollection-dot-indexof-x28-devexpress-dot-spreadsheet-dot-charts-dot-series-x29.md

latest1.5 KB
Original Source

SeriesCollection.IndexOf(Series) Method

Returns the index of the series in the collection.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int IndexOf(
    Series series
)
vb
Function IndexOf(
    series As Series
) As Integer

Parameters

NameTypeDescription
seriesSeries

A Series object to locate in the collection.

|

Returns

TypeDescription
Int32

A zero-based integer which specifies the series position within the collection. -1 if the series does not belong to the collection.

|

Remarks

;

See Also

SeriesCollection Interface

SeriesCollection Members

DevExpress.Spreadsheet.Charts Namespace