Show / Hide Table of Contents

Property Dpi

Dpi

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

Declaration
public float Dpi { get; set; }
Property Value
Type Description
System.Single

The pixel density (dots per inch) to use when creating the chart image.

Remarks

This parameter controls the font sizes, margins, and line thickness for the chart to be readable at the specified pixel density. The default value is 96.

Changing the Dpi does not adjust the physical Width or Height.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.