Click or drag to resize

PolylineSetDataPoints Method

Sets the data points in the canvas coordinates.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetDataPoints(
	DependencyObject element,
	ICollection<Point> value
)

Parameters

element
Type: System.WindowsDependencyObject
The element.
value
Type: System.Collections.GenericICollectionPoint
The value.
See Also