Search found 4 matches

by talentfree
Mon Mar 30, 2015 12:30 pm
Forum: JFreeChart
Topic: BarChart IntervalXYDataset: Labeling the bars with value?
Replies: 2
Views: 2700

Re: BarChart IntervalXYDataset: Labeling the bars with value

That one works now, thanks. I tried XYItemLabelGenerator, which didn't work out.
by talentfree
Thu Mar 26, 2015 11:04 am
Forum: JFreeChart
Topic: BarChart IntervalXYDataset: Labeling the bars with value?
Replies: 2
Views: 2700

BarChart IntervalXYDataset: Labeling the bars with value?

I've another question on BarCharts. I use an IntervalXYDataset and trying to write the values of the bars somewhere, above or inside of the bar. I found some help, but only with different datasets and the function to turn on the labeling was bound to the dataset... My code is still like in my other ...
by talentfree
Thu Feb 12, 2015 2:24 pm
Forum: JFreeChart
Topic: BarChart 1.0.19: Bar-Color depending on the value
Replies: 2
Views: 2744

Re: BarChart 1.0.19: Bar-Color depending on the value

omg, easy as I feared it is... I just didn't see the entry how to do it while i was searching.
by talentfree
Wed Feb 11, 2015 10:25 am
Forum: JFreeChart
Topic: BarChart 1.0.19: Bar-Color depending on the value
Replies: 2
Views: 2744

BarChart 1.0.19: Bar-Color depending on the value

Hi, I'm trying to colorize the bars in a barchart depending on their value (percentages). The value should be the availibility of a service each day, and if it drops below a threshhold, the bar should go from green to red. I am trying and just can't get through it. Maybe someone can push me on the r...