Is there any predefined class for Chart?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Budi

Is there any predefined class for Chart?

Post by Budi » Mon Apr 30, 2001 3:38 pm

Hi, I'm new in GUI using Swing, but i need to know is there any predefined class that i can use to draw chart especially bar one?

than'x for any reply....

Daniel Serodio

RE: Is there any predefined class for Chart?

Post by Daniel Serodio » Wed May 23, 2001 2:36 am

I think you mean JFreeChartPanel, which is a Swing component. Take a look at the demo source (com/jrefinery/chart/demo/JFreeChartDemo.java).

[]'s
Daniel Serodio

Locked