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