ComponentOne Chart for WPF and Silverlight
BeginUpdate Method


C1.WPF.C1Chart Namespace > C1Chart Class : BeginUpdate Method
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

Reference

C1Chart Class
C1Chart Members