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





Inserts the specified PointCollection in the collection at the specified position.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void Insert (
    int index,
    PointCollection points
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer, _
    points As PointCollection _
)

 Parameters

index

The zero-based index at which to insert the point.

points

The PointCollection object to add to the collection.

 See Also

PointContainer Members
PointContainer Class
MindFusion.Charting Namespace