Initializes a new instance of the Chart3DDataSetGrid class.

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

Syntax

C#
public Chart3DDataSetGrid(
	double colOrigin,
	double rowOrigin,
	double colDelta,
	double rowDelta,
	Object z
)
Visual Basic
Public Sub New ( _
	colOrigin As Double, _
	rowOrigin As Double, _
	colDelta As Double, _
	rowDelta As Double, _
	z As Object _
)

Parameters

colOrigin
Type: System..::..Double
Column origin value.
rowOrigin
Type: System..::..Double
Row origin value.
colDelta
Type: System..::..Double
Column delta value.
rowDelta
Type: System..::..Double
Row delta value.
z
Type: System..::..Object
Array of z-values.

See Also