MindFusion.Charting Programmer's Guide

PointCollection.Item Property

See Also
 





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

index

 Property Value

 See Also