FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DDataSetGrid Class / GridData Property

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