Angelo Cresta

Results 3 issues of Angelo Cresta

### Description of the new feature / enhancement it's useful to have an access on the traybar to the recycle bin, and performing some basic operations like: - open -...

Needs-Triage

Using TextRenderer.DrawText the loaded font won't display correctly, try using Graphics.DrawString directly instead Angelo

Hi, the series have wrong colors: ![SunnyUI-BarChartError](https://github.com/yhuse/SunnyUI/assets/12256319/721973c5-2766-4b8d-a519-f4a2a8fd9860) I've modified the DrawSeries in (UIBarChart.cs) method as follow: ``` protected virtual void DrawSeries(Graphics g, List series) { if (series == null ||...