CombinedRangeCategoryPlot axis location between charts?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
javapda
Posts: 7
Joined: Tue Feb 08, 2005 5:07 pm

CombinedRangeCategoryPlot axis location between charts?

Post by javapda » Fri Sep 09, 2005 7:42 pm

I have a CombinedRangeCategoryPlot with two (2) subplots in a Horizontal plot orientation.

I can put the range axis at the top or bottom of the combined plot.

Q: Is there a way to position the range axis (values) between the upper and lower charts?

Code: Select all

+--------------------+
|  Upper Chart       |                              
+--------------------+
range axis with displayed values here
+--------------------+
|  Lower Chart       |                              
+--------------------+
Thanks :)

Locked