Sets the Z-values with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.

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

Syntax

C#
public void SetJaggedGridData(
	Object z
)
Visual Basic
Public Sub SetJaggedGridData ( _
	z As Object _
)

Parameters

z
Type: System..::..Object
Array of z-values.

Remarks

Jagged arrays are useful in certain instances for manipulating data. In Delphi, multiply dimensioned arrays are jagged. This method will also conveniently accept a two-dimensional integer array. Delphi users should use SetJaggedGridData() instead of the GridData property.

See Also