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