Click or drag to resize

ChartDataLabelCollection IndexOf Method

Gets an index of the specified DataLabel in the collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int IndexOf(
	ChartDataLabel value
)

Parameters

value
Type: Spire.Presentation.Charts ChartDataLabel
DataLabel to find.

Return Value

Type: Int32
Index of a DataLabel or -1 if DataLabel not from this collection.
See Also