Class ChartImageParameters
The parameters 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.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 |