Search
PointSeries.Points Property
See Also
 






Gets or sets the series' points.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList<Point> Points { get; set; }

Visual Basic  Copy Code

Public Property Points As IList(Of Point)

 Property Value

A list of Point objects.

 See Also