On chart with two different Y axises

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

On chart with two different Y axises

Post by Gabor Sebestyen » Tue Feb 04, 2003 12:44 am

Hi,

I want to implement a medical chart, with a common X axis (hours) and two different Y axises both having the same measurement unit (mmHg). The left axis represents the blood pressure high and low levels and the right one the pulse.

Is JFreeChart able to render this "hybrid" chart?

Thanks in advance,

Gabor

David Gilbert

Re: On chart with two different Y axises

Post by David Gilbert » Tue Feb 04, 2003 5:34 pm

This is a new feature in version 0.9.5, which is scheduled for release later this week.

Regards,

Dave Gilbert

Locked