Visual Basic (Declaration) | |
---|---|
Public Property DataGrid As Object |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public object DataGrid {get; set;} |
This property accepts a DataGrid or GridView control object. If set, the data represented
in the chart is populated in the DataGrid or GridView of the same name. You must also define
a DataGrid or GridView control within the same script. This
property is useful when displaying tabular chart data along with your charts.