Gets or sets the control ID of a datagrid control that will be populated with the charted data.
[Visual Basic]
Public Property DataGrid As String
[C#]
public string DataGrid {get; set;}
This property accepts a control ID for a datagrid. If set, the data represented in the chart is populated in the datagrid of the same name. You must also define a datagrid control with an appropriately named ID within the same script. This property is useful when displaying tabular chart data along with your charts.
[C#]
Chart.DataGrid = "myChartData"; |
[Visual Basic]
Chart.DataGrid = "myChartData" |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.