MindFusion.Charting Programmer's Guide

LabelsCollection.Add Method

See Also
 





Adds the specified StringCollection to the collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int Add (
    StringCollection value
)

Visual Basic  Copy Code

Public Function Add ( _
    value As StringCollection _
) As Integer

JavaScript  Copy Code

function Add (value)

 Parameters

value
The new label to add.

 Return Value

The position into which the new StringCollection object was added.

 See Also