MindFusion WinForms Programmer's Guide
StringCollection.Contains Method
See Also
 





Checks whether the StringCollection contains the specified label.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool Contains (
    string value
)

Visual Basic  Copy Code

Public Function Contains( _
    value As String _
) As Boolean

 Parameters

value
The label to check.

 Return Value

true if value is contained within the collection; otherwise false.

 See Also

StringCollection Members
StringCollection Class
MindFusion.Charting Namespace