Search found 3 matches

by budet
Thu Jul 13, 2017 7:49 am
Forum: JFreeChart
Topic: Setting Range Min and Max values on condition
Replies: 3
Views: 5403

Re: Setting Range Min and Max values on condition

I can't skip required chart :-)

I think question is JFreeCharts specific, what condition expression would work for Range Min and Max fields? by default those fields are unpopulated, means null or not set or?
Since int type is used there - what would be proper value?
by budet
Wed Jul 12, 2017 8:35 am
Forum: JFreeChart
Topic: Setting Range Min and Max values on condition
Replies: 3
Views: 5403

Setting Range Min and Max values on condition

Hi, All! I'm working with JasperReports and trying to produce some JFreeChart-based TimeSeries graphs with controlled Max and Min Range Axis values. So if data units are in percents then Min would be 0 and Max would 100. Rest of data should have initial auto-scaling. What is working fine in designer...
by budet
Fri May 05, 2017 10:06 am
Forum: JFreeChart
Topic: StackedBar chart pagination issue...
Replies: 0
Views: 3448

StackedBar chart pagination issue...

Hey All!

I'm trying to figure out how StackedBar chart decides to paginate itself.
I have dataset of 14 rows and chart is building a page per row, need them all to be in one page.

Please advise what and where to check.