ChartSeriesFormatCollection
IndexOf Method
|
Searches for the specified
ChartSeriesDataFormat
and returns the zero-based index of the first occurrence within the entire 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(
ChartSeriesDataFormat value
)
Public Function IndexOf (
value As ChartSeriesDataFormat
) As Integer
public:
int IndexOf(
ChartSeriesDataFormat^ value
)
member IndexOf :
value : ChartSeriesDataFormat -> int
Parameters
-
value
-
Type:
Spire.Presentation.Charts
ChartSeriesDataFormat
Chart series value.
Return Value
Type:
Int32
The zero-based index of the first occurrence of value within the entire CollectionBase, if found; otherwise, -1.
See Also