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


In This Topic
    BindToChart Property
    In This Topic
    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
    [Category("Xceed ChartGrid")]
    [Description("Binds the Grid to the Chart control")]
    [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