ChartImageParameters

constructor(width: Int, height: Int)

Creates a ChartImageParameters with the specified width and height.

Since

200.1.0

Parameters

width

The width of the expected chart image in physical pixels.

height

The height of the expected chart image in physical pixels.