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
Applies to
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 |