Version

Flush Method (PieChartBase)

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