Gets the array of points for the current data series.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public Point[] Points { get; }
Visual Basic
Public ReadOnly Property Points As Point()
	Get

See Also