.netCHARTING v10.5 Documentation


DataGrid Property (DataEngine)
Gets or sets the control object of a DataGrid or GridView control that will be populated with the charted data.
Syntax
'Declaration
 
Public Property DataGrid As Object
'Usage
 
Dim instance As DataEngine
Dim value As Object
 
instance.DataGrid = value
 
value = instance.DataGrid
public object DataGrid {get; set;}
Remarks
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.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also