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

In This Topic
    GridData Property
    In This Topic
    Gets or sets two-dimensional array of Z-values.
    Syntax
    'Declaration
     
    Public Overridable Property GridData As System.Double(,)
    public virtual System.double[,] GridData {get; set;}
    See Also