Angelo Cresta
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 -...
Using TextRenderer.DrawText the loaded font won't display correctly, try using Graphics.DrawString directly instead Angelo
Hi, the series have wrong colors:  I've modified the DrawSeries in (UIBarChart.cs) method as follow: ``` protected virtual void DrawSeries(Graphics g, List series) { if (series == null ||...