Converts the array of doubles into a DoubleCollection

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

Syntax

C#
public static DoubleCollection ToCollection(
	this double[] thisPointArray
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ToCollection ( _
	thisPointArray As Double() _
) As DoubleCollection

Parameters

thisPointArray
Type: array<System..::..Double>[]()[][]

Return Value

See Also