ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / BeginUpdate Method


In This Topic
    BeginUpdate Method
    In This Topic
    Starts batch updating.
    Syntax
    'Declaration
     
    
    Public Sub BeginUpdate() 
    'Usage
     
    
    Dim instance As C1Chart
     
    instance.BeginUpdate()
    public void BeginUpdate()
    Remarks
    Prevents updating of the control until the EndUpdate method is called.
    See Also