1. Changing mercury color in thermometer in JFreeChart stackoverflow.comI have created a thermometer chart with JFreeChart, but I want to change the mercury color in thermometer. How can I do this? Here is my code so far; please explain ... |
2. invert color in thermometer jfree.orgHi David, thank you very much for your answer. I checked both methods and also looked in the source code. It seems to me, that i can set the lines (seperators) beside the thermometer and the setMercuryPaint is usefull if i want to change the content color. But how to call? The following way does not change anything: Code: Select all ... |