MindFusion.Charting Programmer's Guide

StringCollection.IndexOf Method

See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int IndexOf (
    string value
)

Visual Basic  Copy Code

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

JavaScript  Copy Code

function IndexOf (value)

 Parameters

value
the label to search for.

 Return Value

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

 See Also