Method GenerateChartAsync
GenerateChartAsync(ChartImageParameters)
Generates a ChartImage with an image of the chart.
Declaration
public async Task<ChartImage> GenerateChartAsync(ChartImageParameters parameters)Parameters
| Type | Name | Description | 
|---|---|---|
| ChartImageParameters | parameters | The parameters used to generate the pop-up chart. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<ChartImage> | A System.Threading.Tasks.Task that returns the ChartImage containing the generated chart. | 
Remarks
Will fail if the pop-up media is of type Image
or if IsEvaluated is false.
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 | 
| .NET | 200.3 - 200.8 | 
| .NET Windows | 200.3 - 200.8 | 
| .NET Android | 200.3 - 200.8 | 
| .NET iOS | 200.3 - 200.8 | 
| .NET Framework | 200.3 - 200.8 | 
| UWP | 200.3 - 200.8 |