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 |
JavaScript
Copy Code
|
function Contains (value) |
Parameters
Return Value
true if value is contained within the collection; otherwise false.
See Also
|