MindFusion.Charting 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 _
)

JavaScript  Copy Code

function Insert (index, value)

 Parameters

index
value

 See Also