Show / Hide Table of Contents

Class ChartImageParameters

Represents the options used to generate a ChartImage.

Inheritance
System.Object
ChartImageParameters
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ChartImageParameters

Constructors

Name Description
ChartImageParameters(Int32, Int32)

Initializes a new instance of the ChartImageParameters class with the specified width and height.

Properties

Name Description
Dpi

Gets or sets the pixel density (dots per inch) to use when creating the chart image.

GenerateLegend

Gets or sets a value indicating whether a legend should be included in the chart.

Height

Gets the height of the expected chart image in physical pixels.

Style

Gets or sets the style used to generate the ChartImage.

Width

Gets the width of the expected chart image in physical pixels.

See Also

GenerateChartAsync(ChartImageParameters)

Applies to

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.