[Gambas-bugtracker] Bug #1354: gb.Chart Legend Colors
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sun Jun 24 05:28:24 CEST 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1354&from=L21haW4-
Matthew COLLINS reported a new bug.
Summary
-------
gb.Chart Legend Colors
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : GUI components
Description
-----------
Legend Colors come from static class rather then instance.
See:
gambas
comp
src
gb.chart
.src
_CLegend.class
Line 131:
Draw.FillColor = Chart.Colors[i]
Should be the same as Line: 164
draw.FillColor = Chart._$ColChart[$sidChart].Colors[i]
Thanks
Matt
More information about the Bugtracker
mailing list