Nevron .NET Vision
Nevron.Chart Namespace / NDataBindingManager Class / RefreshChartOnChange Property


In This Topic
    RefreshChartOnChange Property
    In This Topic
    Indicates whether the chart should be repainted on update.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data Binding")>
    <System.ComponentModel.DescriptionAttribute("Indicates whether the chart should be repainted on update.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property RefreshChartOnChange As System.Boolean
    'Usage
     
    
    Dim instance As NDataBindingManager
    Dim value As System.Boolean
     
    instance.RefreshChartOnChange = value
     
    value = instance.RefreshChartOnChange
    [System.ComponentModel.Category("Data Binding")]
    [System.ComponentModel.Description("Indicates whether the chart should be repainted on update.")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool RefreshChartOnChange {get; set;}
    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