MindFusion.Charting Programmer's Guide

StringCollection.Add Method

See Also
 





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

value
The new label to add.

 Return Value

The position into which the new label was added.

 See Also