Search found 1 match
- Fri Jul 14, 2006 10:34 am
- Forum: JFreeChart
- Topic: Integer Tick Units in Bar Chart 3D
- Replies: 2
- Views: 5842
NEGATIVE VALUES
Hi, We are using this code for generating 3d bar chart. Also we have set the following: rangeAxis.setRangeType(RangeType.POSITIVE); rangeAxis.setAutoRangeStickyZero(true); But when my dataset is empty the bar chart has -1 and 0 in the Y axis. Now when one value is present the bar chart has -1,0,1 in...