Get a SubPlot from Combined Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Reggie3
Posts: 12
Joined: Mon Mar 10, 2008 5:19 pm

Get a SubPlot from Combined Chart

Post by Reggie3 » Sat Mar 29, 2008 3:52 am

Is there anyway to retrieve individual subplots from a combined chart?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Mon Mar 31, 2008 10:20 am

Each of the CombinedXXXPlot classes has a getSubplots() method which returns a list of subplots.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked