Search found 4 matches

by smovva
Wed Jun 28, 2006 8:41 pm
Forum: JFreeChart
Topic: setSeriesRunningTotal needs to be public method?
Replies: 1
Views: 6127

setSeriesRunningTotal needs to be public method?

Hello, I am extending the WaterfallRenderer class and want to override the drawItem method. And if the setSeriesRunningTotal method in CategoryItemRendererState is not public, I cant set the position of where the block needs to start. Is there another way to set the SeriesRunningTotal or does the me...
by smovva
Fri Jan 06, 2006 9:19 pm
Forum: JFreeChart
Topic: CategoryAxis Multiple lines
Replies: 1
Views: 3343

It seems to be chopping off the image.
How can I increase the space for the labels on the x and y axis?
by smovva
Fri Jan 06, 2006 8:38 pm
Forum: JFreeChart
Topic: CategoryAxis Multiple lines
Replies: 1
Views: 3343

CategoryAxis Multiple lines

I have a waterfall Graph. For each bar on the graph, I want to show bunch of information about each bar. How can I increase the number of lines for the categoryAxis. I tried the setMaximumCategoryLabelLines to set to 10. It still takes only 3 lines.

THanks
smovva
by smovva
Sat Apr 03, 2004 11:16 pm
Forum: JFreeChart
Topic: Backward Compatable?
Replies: 1
Views: 3471

Backward Compatable?

Is JFreeChart Library Not backward Compatable? We are using JFree to generate some graphs. I was trying to move to the latest version and my application now doesnt compile. The classes are moved from one path to another, parameters added without any depricated methods. Am I missing something here or...