Hi,
1) I have some tasks and i want show its percentage of completion in vertical graph. It should be like, if 50% percent of the task is completed then half of the bar should be red and half should be white. Is it possible in jfree chart to do that if yes then how can i achieve it.
2) I want to show the label of all bars at the center of whole plot or chart how can i do it.
How to get progress of a task in horizontal bar chart.
-
- Posts: 15
- Joined: Fri Jan 23, 2009 5:36 am
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
(1) can be done using a simple stacked bar chart, but I'd also ask why you don't just use a JProgressBar.
For (2), I don't understand the question.
For (2), I don't understand the question.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 15
- Joined: Fri Jan 23, 2009 5:36 am