oxyplot / oxyplot-avalonia

A cross-platform plotting library for .NET. This package targets Avalonia apps.
https://oxyplot.github.io/
MIT License
274 stars 47 forks source link

Fix for #44 - Resolution property is ignored #45

Closed colejohnson66 closed 2 years ago

colejohnson66 commented 2 years ago

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