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