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

Syntax

C#
public Chart3DDataSetIrGrid(
	float[] xvalues,
	float[] yvalues,
	float[,] zvalues
)
Visual Basic
Public Sub New ( _
	xvalues As Single(), _
	yvalues As Single(), _
	zvalues As Single(,) _
)

Parameters

xvalues
Type: array<System..::..Single>[]()[][]
yvalues
Type: array<System..::..Single>[]()[][]
zvalues
Type: array<System..::..Single,2>[,](,)[,][,]

See Also