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
See Also
|