Version

Flush Method (XamBulletGraph)

Use to force the bullet graph 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 bullet graph needs to be synchronously saved or evaluated. Calling this method too often will hinder the performance of the bullet graph.
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