Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartGridControl Class / BindToChart Property


In This Topic
    BindToChart Property
    In This Topic
    Binds the Grid to the Chart control
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Nevron NChartGrid")>
    <System.ComponentModel.DescriptionAttribute("Binds the Grid to the Chart control")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Public Property BindToChart As System.Boolean
    'Usage
     
    
    Dim instance As NChartGridControl
    Dim value As System.Boolean
     
    instance.BindToChart = value
     
    value = instance.BindToChart
    [System.ComponentModel.Category("Nevron NChartGrid")]
    [System.ComponentModel.Description("Binds the Grid to the Chart control")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    public System.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