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.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |