C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / BeginUpdate Method


In This Topic
BeginUpdate Method
In This Topic
Suspends notifications until the next call to EndUpdate.
Syntax
'Declaration
 
Public Sub BeginUpdate() 
 
'Usage
 
Dim instance As ChartBase
 
instance.BeginUpdate()
See Also