MindFusion.Charting Programmer's Guide

PointContainer.SetAt Method

See Also
 





Sets the specified PointCollection at the specified position within the collection

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void SetAt (
    int index,
    PointCollection points
)

Visual Basic  Copy Code

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

JavaScript  Copy Code

function SetAt (index, points)

 Parameters

index
points

 See Also