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