[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetGrid.GetJaggedGridData

GetJaggedGridData Method

GetJaggedGridData()

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

Declaration
public object GetJaggedGridData()
Returns
Type Description
object

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