2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase 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