Determine Chart Type from a ChartPanel

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
the_schmitz
Posts: 13
Joined: Thu May 18, 2006 6:01 pm
Location: Washington DC

Determine Chart Type from a ChartPanel

Post by the_schmitz » Fri Sep 15, 2006 9:02 am

Hello,
I have a class that extends ChartPanel, and I'm trying to figure out how to determine what type of Chart (Bar,Area,Bubble,etc.) was created with ChartFactory.

Thanks in Advance,
Chris

Locked