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
)
Public Function IndexOf (
value As ChartDataLabel
) As Integer
public:
int IndexOf(
ChartDataLabel^ value
)
member IndexOf :
value : ChartDataLabel -> int
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