libero: CCRP: change the graph colors since the gray tones are very hard to distinguish

This commit is contained in:
teo_sarca 2009-01-23 09:08:16 +00:00
parent 945cfeefc4
commit 5104231729
1 changed files with 2 additions and 2 deletions

View File

@ -391,8 +391,8 @@ public class CCRP extends CAbstractForm {
barrenderer.setBaseItemLabelGenerator(new LabelGenerator());
//barrenderer.setBaseLabelGenerator(new LabelGenerator());
barrenderer.setBaseItemLabelsVisible(true);
barrenderer.setSeriesPaint(0, new Color(200, 200, 200, 128));
barrenderer.setSeriesPaint(1, new Color(60, 60, 100, 128));
barrenderer.setSeriesPaint(0, new Color(10, 80, 150, 128));
barrenderer.setSeriesPaint(1, new Color(180, 60, 50, 128));
ItemLabelPosition itemlabelposition = new ItemLabelPosition(ItemLabelAnchor.OUTSIDE12, TextAnchor.TOP_CENTER);
barrenderer.setPositiveItemLabelPosition(itemlabelposition);