ChartImageParameters constructor

ChartImageParameters({
  1. required int width,
  2. required int height,
})

Creates a ChartImageParameters with the specified width and height.

Parameters:

  • width — The width of the expected chart image in physical pixels.
  • height — The height of the expected chart image in physical pixels.