The Resolution property was not being considered at the very end.
For example, if one doubles the Width, Height, and Resolution (to 1400x800 at 196ppi), the output PNG would be 1400x800, but the rendered chart would be 700x400 in the top-left corner of the PNG (with the rest transparent).
The
Resolution
property was not being considered at the very end. For example, if one doubles theWidth
,Height
, andResolution
(to 1400x800 at 196ppi), the output PNG would be 1400x800, but the rendered chart would be 700x400 in the top-left corner of the PNG (with the rest transparent).