Interface IOfficeChartToImageConverter
Represents the chart to image convertertion.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.UWP.dll
Syntax
public interface IOfficeChartToImageConverter
Methods
SaveAsImageAsync(IOfficeChart, UIElement)
Helper method to convert the chart in PowerPoint presentation.
Declaration
Task<bool> SaveAsImageAsync(IOfficeChart chart, UIElement container)
Parameters
Type | Name | Description |
---|---|---|
IOfficeChart | chart | Represents the chart object to convert. |
Windows.UI.Xaml.UIElement | container | The UIElement used to convert the chart |
Returns
Type |
---|
System.Threading.Tasks.Task<System.Boolean> |