Returns an object containing Z-values in a jagged double array.

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

Syntax

C#
public Object GetJaggedGridData()
Visual Basic
Public Function GetJaggedGridData As Object

Return Value

An object containing Z-values in a jagged double array.

Remarks

Jagged arrays are useful in certain instances for manipulating data. In Delphi, multiply dimensioned arrays are jagged. Delphi users should use GetJaggedGridData() instead of the GridData property.

See Also