Adds a new label to the StringCollection.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public int Add ( string value ) |
Visual Basic
Copy Code
|
Public Function Add ( _ value As String _ ) As Integer |
JavaScript
Copy Code
|
function Add (value) |
Parameters
Return Value
The position into which the new label was added.
See Also
|