Gets the PointCollection at the specified position.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public PointCollection GetAt ( int index ) |
Visual Basic
Copy Code
|
Public Function GetAt ( _ index As Integer _ ) As PointCollection |
JavaScript
Copy Code
|
function GetAt (index) |
Parameters
Return Value
See Also
|