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 _ ) |
JavaScript
Copy Code
|
function Insert (index, points) |
Parameters
See Also
|