Gets or sets the point at the specified index.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public PointF[] Item [ int index ] { get; set; } |
Visual Basic
Copy Code
|
Public Property Item ( _ index As Integer _ ) As PointF() |
Parameters
Property Value
See Also
|