How to fix the RangeAxis width

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
creator9229
Posts: 2
Joined: Sat Jul 28, 2012 2:25 pm
antibot: No, of course not.

How to fix the RangeAxis width

Post by creator9229 » Mon Aug 13, 2012 3:49 pm

Hello
◈ Envirement:
- Equals the size of the chart size(width, hight) and domain axis.

◈ Problem:
- Unlike same domain axis, range axis create dynamic in each chart. Range axis can make one more or just one.
There is difference in range axis each chart so each chart makes the difference in domain axis width.
I want to create chart that equals the size of the range axis width and domain axis width.

◈ I tried :
- I tried 'range axis.setFixedDimension(15.0)' but didn't apply.

jylaxx
Posts: 4
Joined: Tue Aug 07, 2012 10:16 pm
antibot: No, of course not.

Re: How to fix the RangeAxis width

Post by jylaxx » Thu Aug 16, 2012 9:33 am


Locked