Version

Flush Method (SeriesViewer)

Use to force the SeriesViewer to finish any deferred work before printing or evaluating its visual.
Syntax
public void Flush()
Remarks
This should only be called if the visual of the SeriesViewer needs to be synchronously saved or evaluated. Calling this method too often will hinder the performance of the SeriesViewer.
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