Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public C1ChartDataConverter(
	double[] d,
	int minCount
)
Visual Basic
Public Sub New ( _
	d As Double(), _
	minCount As Integer _
)

Parameters

d
Type: array<System..::..Double>[]()[][]
minCount
Type: System..::..Int32

See Also