dotnetCHARTING Send comments on this topic.
DataGrid Property
See Also 
dotnetCHARTING Namespace > DataEngine Class : DataGrid Property


Gets or sets the control object of a DataGrid or GridView control that will be populated with the charted data.

Syntax

Visual Basic (Declaration) 
Public Property DataGrid As Object
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
Dim value As Object
 
instance.DataGrid = value
 
value = instance.DataGrid
C# 
public object DataGrid {get; set;}

Example

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.

See Also

© 2010 All Rights Reserved.