Decimate point collection according to the specified radius.

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

Syntax

C#
protected PointCollection DecimateAsCollection(
	Point[] pts,
	double radius
)
Visual Basic
Protected Function DecimateAsCollection ( _
	pts As Point(), _
	radius As Double _
) As PointCollection

Parameters

pts
Type: array<System.Windows..::..Point>[]()[][]
radius
Type: System..::..Double

Return Value

See Also