Search found 4 matches

by dorseywright
Thu Mar 26, 2009 7:46 pm
Forum: JFreeChart
Topic: URLGenerators
Replies: 1
Views: 2222

URLGenerators

Sorry if this is a newbie question, but I'm looking to be able to click data points on a Scatter Plot chart and have them link out to various URLs. Should the StandardXYURLGenerator take care of that provided that I pass it the right information?

Thanks!
Chuck
by dorseywright
Wed Mar 25, 2009 4:47 pm
Forum: JFreeChart
Topic: Need extra information in dataset
Replies: 1
Views: 2286

Need extra information in dataset

Hi, I'm trying to create a scatter plot, but I noticed that the dataset only lets me specify x,y values along with a label for the entire series. However, I'd like to also include additional information in a mouseover. I understand how to manipulate the tooltips, but I'm not sure how to add somethin...
by dorseywright
Thu Mar 19, 2009 10:33 pm
Forum: JFreeChart
Topic: Annotations and Z-Order
Replies: 1
Views: 2523

Annotations and Z-Order

Is there a way to make annotations like XYLineAnnotation and XYShapeAnnotation show up behind the actual data series instead of in front of it? I'm using a Scatter Plot by the way.

Thanks!
Chuck
by dorseywright
Tue Feb 05, 2008 5:44 pm
Forum: JFreeChart
Topic: AutoRange and Zoom
Replies: 17
Views: 34697

AutoRange and Zoom

Hello there! I'm currently using JFreeCharts to plot some Times Series data, and have noticed that when I zoom into the chart and then zoom back out, the Y-axis ranges I specify for the chart are no longer adhered too. It's almost as if autorange gets set back equal to true even though I explicitly ...