OverlaidVerticalCategoryPlot style inconsistency

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

OverlaidVerticalCategoryPlot style inconsistency

Post by Hwijae Lee » Wed Jul 03, 2002 2:02 am

Hi,

I use OverlaidVerticalCategoryPlot and VerticalCategoryPlot in one application.
But OverlaidVerticalCategoryPlot does not draw plot box.

OverlaidVerticalCategoryPlot
+-------------------+
| background and |
| plot |
| |
| |
+-------------------+

VerticalCategoryPlot
+-------------------+
| +---------------+ |
| | plot | |
| | | |
| +---------------+ |
| |
+-------------------+

How can I get same style plots?

David Gilbert

Re: OverlaidVerticalCategoryPlot style inconsistency

Post by David Gilbert » Wed Jul 03, 2002 6:45 am

I'll investigate when I get a chance...for now it is assigned bug id 576760 on SourceForge.

Regards,

DG.

Locked