ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChart Class / BeginUpdate Method

In This Topic
    BeginUpdate Method
    In This Topic
    Starts batch update. After changes chart is not updated immediately. EndUpdate() method must be called to restore updating.
    Syntax
    'Declaration
     
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    See Also