ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetGrid Class / GetJaggedGridData Method

In This Topic
    GetJaggedGridData Method
    In This Topic
    Returns an object containing Z-values in a jagged double array.
    Syntax
    'Declaration
     
    Public Function GetJaggedGridData() As System.Object
    public System.object GetJaggedGridData()

    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