Hi I'm using JFreeChart for creating logarithmic charts in my program.But when I'm zooming in some portion of the chart ,the tick mark level(numbers on Y axis) on Y Axis(which is of type LogarithmicAxis )disappears. For example when I'm zooming the portion between 10^2 and 10^3 ,I'm expecting this middle portion(On Y Axis) to be further subdivided logarithmically with new set of levels on Y axis. Is it possible to achieve using JFreeChart API if yes how can I implement this?
Hi Darryl,
I posted across many forums because I needed urgent help so that I could get some immediate response . I'm not a regular blogger so I'm very sorry if it's not in the policy of posting the same query across many forums.
Bhakta Pradhan
Greenhorn
Joined: Nov 26, 2010
Posts: 22
posted
0
Hi Ulf,
For zooming I'm just left clicking on the chart and dragging.In the below link the given code is similar to what we have used in our project.
http://www.java2s.com/Code/Java/Chart/JFreeChartXYLogAxesDemo.htm Kindly let me know if anyone have any idea ........