MindFusion WinForms Programmer's Guide
LabelsCollection.Insert Method
See Also
 





Inserts the specified StringCollection at the specified position within the collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void Insert (
    int index,
    StringCollection value
)

Visual Basic  Copy Code

Public Sub Insert ( _
    index As Integer, _
    value As StringCollection _
)

 Parameters

index

The position where value should be inserted.

value

The StringCollection to insert.

 See Also

LabelsCollection Members
LabelsCollection Class
MindFusion.Charting Namespace