MindFusion.Wpf Pack Programmer's Guide
Line.Points Property
See Also
 





Gets the points for this line.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public PointCollection Points { get; }

Visual Basic  Copy Code

Public ReadOnly Property Points As PointCollection

 Property Value

An instance of the WPF PointCollection class.

 See Also

Line Members
Line Class
MindFusion.Charting.Wpf Namespace