StandardLegend missing

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Vidyamani
Posts: 1
Joined: Sat Aug 12, 2006 3:19 am

StandardLegend missing

Post by Vidyamani » Sat Aug 12, 2006 3:26 am

Trying to run the example below:

//www.jfree.org/jfreechart/download/jfree ... 15-PDF.pdf

StandardLegend is missing in the library.

I installed the latest jfreechart-1.0.1 to try this.

Any help would be appreciated.

thanks,
Vidya

oacis
Posts: 101
Joined: Fri Jan 07, 2005 5:57 am
Location: Australia, Sydney

Post by oacis » Mon Aug 14, 2006 8:42 am

This document is a little bit old - the best thing to do is to buy the latest developer's guide.

Alternatively, the guide should work with the now older JFreeChart 0.9.15 libraries.

If you are looking for a quick way to create charts have a look at the

Code: Select all

org.jfree.chart.ChartFactory
static methods

Locked