Returns list of point arrays split by NaN values.

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

Syntax

C#
protected List<Point[]> SplitPointsWithHoles(
	Point[] pts
)
Visual Basic
Protected Function SplitPointsWithHoles ( _
	pts As Point() _
) As List(Of Point())

Parameters

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

Return Value

See Also