Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / ChartGridControl Class / BindToChart Property


BindToChart Property
Binds the Grid to the Chart control
Syntax
'Declaration
 
<CategoryAttribute("Xceed ChartGrid")>
<DescriptionAttribute("Binds the Grid to the Chart control")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
Public Property BindToChart As Boolean
 
'Usage
 
Dim instance As ChartGridControl
Dim value As Boolean
 
instance.BindToChart = value
 
value = instance.BindToChart
Remarks
When the grid is working in this mode the Chart control will automatically be updated with changes made in the grid
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