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


In This Topic
    EndUpdate Method
    In This Topic
    Ends batch updating.
    Syntax
    'Declaration
     
    
    Public Sub EndUpdate() 
    'Usage
     
    
    Dim instance As C1Chart
     
    instance.EndUpdate()
    public void EndUpdate()
    Remarks
    Updates the controls with changes made after the previous call of BeginUpdate method.
    See Also