Ends batch updating.

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

Syntax

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

Remarks

Updates the controls with changes made after the previous call of BeginUpdate()()()() method.

See Also