Initializes a new instance of the Chart3DDataSetIrGrid class.

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

Syntax

C#
public Chart3DDataSetIrGrid(
	double[] xvalues,
	double[] yvalues,
	Object zvalues
)
Visual Basic
Public Sub New ( _
	xvalues As Double(), _
	yvalues As Double(), _
	zvalues As Object _
)

Parameters

xvalues
Type: array<System..::..Double>[]()[][]
Array of x-values.
yvalues
Type: array<System..::..Double>[]()[][]
Array of y-values.
zvalues
Type: System..::..Object
Array of z-values.

See Also