Search found 3 matches

by rpitting
Tue Feb 05, 2008 12:23 am
Forum: JFreeChart
Topic: setDrawingSupplier does not work
Replies: 0
Views: 1786

setDrawingSupplier does not work

I am using a line chart where you can select hide and unhide values (and with that colored lines in the chart) by setting the corresponding checkboxes. As the number of colors changes, the DrawingSupplier for the chart must use a new array of colors. Unfortunately, the method plot.setDrawingSupplier...
by rpitting
Tue Oct 23, 2007 2:42 pm
Forum: JFreeChart
Topic: Dataset with sums - Renderer with percentages?
Replies: 3
Views: 4632

dtopolsek wrote:hope it helps
Unfortunately not: I could not find the method you mention.

Any other guesses?
by rpitting
Tue Oct 23, 2007 11:19 am
Forum: JFreeChart
Topic: Dataset with sums - Renderer with percentages?
Replies: 3
Views: 4632

Dataset with sums - Renderer with percentages?

I am analyzing the the results of anual surveys. My DefaultCategoryDataset contains the answers as rows, and the years as columns. Each field in the table contains the absolute values (sums) , i. e. the number of persons who selected this answer. So in my case, "66" doesn't mean "66%" (as usually im...