I have spent two hours with this until I found out that JFreeChart
sets the AutoRange option of the y-Axis to false as soon as one zooms
in the chart. This is true for the indicator plots, too.

In order to fix this, I have inserted the following line in the render
() method of the FastXYPlot class within the Platform.Chart group:

yAxis.setAutoRange(true);

Insert this line right after the definition of yAxis. Please try this
and see whether this works for you.
-- 
You received this message because you are subscribed to the Google Groups 
"JBookTrader" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jbooktrader?hl=en.


Reply via email to