MindFusion.Charting for Silverlight Programmer's Guide
Line.Points Property
See Also
 






Gets the points for this Line.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public PointCollection Points { get; }

Visual Basic  Copy Code

Public ReadOnly Property Points As PointCollection

 Property Value

An instance of the System.Windows.Media.PointCollection class. Default value is an empty PointCollection.

 See Also

Line Members
Line Class
MindFusion.Charting.Silverlight Namespace