MindFusion.Charting Programmer's Guide

LabelsCollection.RemoveAt Method

See Also
 





Removes the StringCollection at the specified index.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public new void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Shadows Sub RemoveAt ( _
    index As Integer _
)

JavaScript  Copy Code

function RemoveAt (index)

 Parameters

index
The index at which the StringCollection should be removed.

 See Also