Version

NotifyClearItems Method (SeriesViewer)

Used to manually notify the SeriesViewer that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
Syntax
public void NotifyClearItems( 
   object source_
)

Parameters

source_
The data source which was cleared or reset.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also