Search found 1 match
- Fri Sep 28, 2007 6:20 pm
- Forum: JFreeChart
- Topic: Tooltip Behavior
- Replies: 12
- Views: 26285
Interpolating between points on a StackedXYAreaRenderer
I had some luck with extrapolating from this post with a StackedXYAreaRenderer and chart that I was trying to get interpolated values between datapoints. It was a bit of a hack. I had to have access to data that would allow me to interpolate once I had the X data value in the chart. I also needed to...