Constructor ChartImageParameters
ChartImageParameters(Int32, Int32)
Initializes a new instance of the ChartImageParameters class with the specified width and height.
Declaration
public ChartImageParameters(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | The width of the expected chart image in physical pixels. |
System.Int32 | height | The height of the expected chart image in physical pixels. |
Remarks
The recommended size is 1024×1024.
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 |