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





Gets the data points this line represents.

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

 Syntax

C#  Copy Code

public PointCollection DataPoints { get; }

Visual Basic  Copy Code

Public ReadOnly Property DataPoints As PointCollection

 Property Value

An instance of the WPF PointCollection class.

 See Also

Line Members
Line Class
MindFusion.Charting.Wpf Namespace