MindFusion.Charting Programmer's Guide

SeriesCollection.IndexOf Method

See Also
 





Returns the index of the first occurrence of the specified DoubleCollection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int IndexOf (
    DoubleCollection value
)

Visual Basic  Copy Code

Public Function IndexOf ( _
    value As DoubleCollection _
) As Integer

JavaScript  Copy Code

function IndexOf (value)

 Parameters

value
The DoubleCollection to search for.

 Return Value

The index of the first occurrence of the DoubleCollection; -1 if not found.

 See Also