Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Java
 QCChart2D for Java
 Zooming Log Axes
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

KnightHawk

22 Posts

Posted - 16 Aug 2007 :  16:16:35  Show Profile  Reply with Quote
I have a quick question about zooming log plots. When I implement ChartZoom on a graph containing a log axis it will throw an exception if I have zoomObj.setZoomStackEnable(true);.

The exception thrown is:
java.lang.StackOverflowError at com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73)com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73)com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73)
.
.
.

Is there a work around so I can have a zoom stack with log graphs?

Some variables I am setting are:

zoomObj.setZoomYEnable(true);
zoomObj.setZoomXEnable(true);
zoomObj.setZoomXRoundMode(ChartConstants.AUTOAXES_FAR);
zoomObj.setZoomYRoundMode(ChartConstants.AUTOAXES_FAR);
zoomObj.setZoomRangeLimitsRatio(new ChartDimension(0.01, 0.01));

quinncurtis

1164 Posts

Posted - 16 Aug 2007 :  18:17:01  Show Profile  Reply with Quote
What you describe is a bug. We have identified the source of the error and will post a new version of the software to our web site by the end of next week. Thanks for reporting it.
Go to Top of Page

quinncurtis

1164 Posts

Posted - 24 Aug 2007 :  12:01:54  Show Profile  Reply with Quote
The libraries were updated on Aug. 24, 2007 to reflect the fix to this zooming log axis bug.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07