When I tried to use XYSplineRenderer, the chart and has two issues:
1) It does not have a smooth curve and has corners points
2) the graph line goes below and above the actual values
Note: I am unable to attach an image here in the post.
Issue in XYSplineRenderer
-
- Posts: 3
- Joined: Mon Oct 31, 2011 9:52 am
- antibot: No, of course not.
-
- Posts: 3
- Joined: Mon Oct 31, 2011 9:52 am
- antibot: No, of course not.
Re: Issue in XYSplineRenderer
The first issue is resolved by passing "precision" in constructor parameter.
Does anyone have solution for second issue?
Does anyone have solution for second issue?
Re: Issue in XYSplineRenderer
Any solution this issue.
I have same issue in ireport. pls reply if any one got solution of it.
I have same issue in ireport. pls reply if any one got solution of it.
Re: Issue in XYSplineRenderer
Hey, not a single reply yet ..
pls help..how to solve this issue.
pls help..how to solve this issue.
-
- Posts: 1634
- Joined: Sat Feb 17, 2007 1:51 pm
Re: Issue in XYSplineRenderer
What issue? The "smoothness" of the curve should be corrected by the precision parametzer as suggested above, and the issue with the curve going above or below the actual data points cant be solved. If you interpolation a spline between data points, and the y values of the data points are not monotonously increasing or decreasing but go through some kind of minimum or maximum, then the interpolation curve may gop easily above or below the data points.ana wrote:pls help..how to solve this issue.
Re: Issue in XYSplineRenderer
ok.,thanks paradoxoff.paradoxoff wrote:What issue? The "smoothness" of the curve should be corrected by the precision parametzer as suggested above, and the issue with the curve going above or below the actual data points cant be solved. If you interpolation a spline between data points, and the y values of the data points are not monotonously increasing or decreasing but go through some kind of minimum or maximum, then the interpolation curve may gop easily above or below the data points.