Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.