See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

DataGrid Property

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;}

Remarks

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.

Example

[C#] 

Chart.DataGrid = "myChartData";

[Visual Basic] 

Chart.DataGrid = "myChartData"

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.