Starts batch updating.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public void BeginUpdate()
Visual Basic
Public Sub BeginUpdate

Remarks

Prevents updating of the control until the EndUpdate()()()() method is called.

See Also