Xceed Chart for WinForms v4.4 Documentation
BindToChart Property


Xceed.Chart.v4.4 Assembly > Xceed.Chart Namespace > ChartGridControl Class : BindToChart Property
Binds the Grid to the Chart control
Syntax
'Declaration
 
<DescriptionAttribute("Binds the Grid to the Chart control")>
<CategoryAttribute("Xceed ChartGrid")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
Public Property BindToChart As Boolean
'Usage
 
Dim instance As ChartGridControl
Dim value As Boolean
 
instance.BindToChart = value
 
value = instance.BindToChart
[Description("Binds the Grid to the Chart control")]
[Category("Xceed ChartGrid")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
public bool BindToChart {get; set;}
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

Reference

ChartGridControl Class
ChartGridControl Members