[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DPointSeriesCollection.IndexOf

IndexOf Method

IndexOf(Chart3DPointSeries)

Gets the index of the specified Chart3DPointSeries in the collection.

Declaration
public int IndexOf(Chart3DPointSeries series)
Parameters
Type Name Description
Chart3DPointSeries series
Returns
Type Description
int

An integer indicating the index of the specified Chart3DPointSeries.

See Also