Search found 18 matches

by ajgwin
Mon Jul 21, 2003 8:47 pm
Forum: JFreeChart
Topic: Multiple series with same colors
Replies: 1
Views: 4141

Multiple series with same colors

I want to create multiple series, but don't want them to each have a different color. The reason I need to do this is because I want each series to not to connected to the previous one, but I want them all to look as if they are part of the same series. Is this possible? Right now, I am not defining...
by ajgwin
Thu Jun 19, 2003 4:06 pm
Forum: JFreeChart
Topic: Vertical lines on XYSeries chart
Replies: 1
Views: 4261

Vertical lines on XYSeries chart

I have an XYSeries chart that has 4 series in it. I need 2 vertical lines in the chart that each represent a value on the xaxis. Can I create a vertical line on the chart? Thanks.

Allyson
by ajgwin
Wed Jun 18, 2003 9:22 pm
Forum: JFreeChart
Topic: Stop and restart a chart
Replies: 2
Views: 6059

That worked. Thank you.

Allyson
by ajgwin
Tue Jun 17, 2003 10:56 pm
Forum: JFreeChart
Topic: Stop and restart a chart
Replies: 2
Views: 6059

Stop and restart a chart

I want to stop my chart and then restart it without a line between the points that are stopped and restarted. I have another series that will print in between the stops and starts. Is there a way to do this? Thanks.

Allyson
by ajgwin
Tue Jun 17, 2003 6:46 pm
Forum: JFreeChart
Topic: Drawing 2 datasets for XYSeries - connected
Replies: 0
Views: 3393

Drawing 2 datasets for XYSeries - connected

I have 2 datasets for an XYSeries chart. One is red and one is blue. The user can select multiple rows from a table and pick either red or blue. I want the chart to change according to what they pick. So if the chart goes from 0-360 and they choose 50-100 for red and the rest for blue, then I want t...
by ajgwin
Tue Jun 17, 2003 3:17 pm
Forum: JFreeChart
Topic: XYSeries without labels
Replies: 2
Views: 6198

Thank you. I wanted the legend turned off. That worked when I set it to false. Thanks again.

Allyson
by ajgwin
Mon Jun 16, 2003 5:38 pm
Forum: JFreeChart
Topic: XYSeries without labels
Replies: 2
Views: 6198

XYSeries without labels

I have a series defined below: XYSeries series = new XYSeries(""); XYSeriesCollection dataset = new XYSeriesCollection(); xaxislabel = "Final Skyline--Azimuth"; series = new XYSeries(""); I really don't want any labels to appear at the bottom of the graph with the color and a label. I would really l...
by ajgwin
Fri Mar 28, 2003 8:53 pm
Forum: JFreeChart
Topic: Zooming - Wow!
Replies: 1
Views: 4891

Zooming - Wow!

I am a beginner to using jfreechart and today was asked to provide a zooming capability for my charts to my users. I checked in my documentation and then in the demos. I found the one line that I needed to make my charts zoom: chartPanel.setMouseZoomable(true); and it works great. I just want to say...
by ajgwin
Wed Mar 26, 2003 11:54 pm
Forum: JFreeChart
Topic: setting each point to a different shape
Replies: 2
Views: 6300

Thanks, Dave. I will try that.

Allyson
by ajgwin
Wed Mar 26, 2003 10:18 pm
Forum: JFreeChart
Topic: setting each point to a different shape
Replies: 2
Views: 6300

setting each point to a different shape

Can I set each point (not series) on a chart to be a different shape depending on some criteria I have set for that point? I would really like to do that. Thanks.

Allyson
by ajgwin
Mon Mar 24, 2003 5:40 pm
Forum: JFreeChart
Topic: Error using setPosition command on chart
Replies: 3
Views: 8042

Anyone? Help.

Allyson
by ajgwin
Fri Mar 21, 2003 4:34 pm
Forum: JFreeChart
Topic: confusing charting problem
Replies: 3
Views: 8046

David -

Did you get my email? I hope so. I am desperate to get this done soon as I have a demo to give next Thursday. Thanks.

Allyson Gwin
by ajgwin
Fri Mar 21, 2003 4:21 pm
Forum: JFreeChart
Topic: Error using setPosition command on chart
Replies: 3
Views: 8042

Does anyone know the answer to this? I really need some help on this today. I am desperate. Thanks.

Allyson
by ajgwin
Mon Mar 17, 2003 11:14 pm
Forum: JFreeChart
Topic: confusing charting problem
Replies: 3
Views: 8046

I sent you an email with a word document that has a chart that I would like mine to look like. Thanks.

Allyson
by ajgwin
Mon Mar 17, 2003 10:21 pm
Forum: JFreeChart
Topic: Error using setPosition command on chart
Replies: 3
Views: 8042

Error using setPosition command on chart

When I try to run this command: chart.getTitle(0).setPosition(TextTitle.RIGHT); I get these errors: Exception occurred during event dispatching: java.lang.RuntimeException: TextTitle.draw(...) - invalid title position. at com.jrefinery.chart.TextTitle.draw(Unknown Source) at com.jrefinery.chart.JFre...