ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / _updating Field



In This Topic
    _updating Field
    In This Topic
    Update count.
    Syntax
    'Declaration
     
    
    Protected _updating As Integer
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As Integer
     
    value = instance._updating
     
    instance._updating = value
    protected int _updating
    protected:
    int _updating
    See Also