Multiple Warning and Critical Ranges in a MeterPlot

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

Multiple Warning and Critical Ranges in a MeterPlot

Post by Patrick » Tue Mar 11, 2003 4:56 pm

Hello,

I saw on the sample page that it is possible to create a MeterPlot containing multiple Warning ranges and multiple Critial Ranges, both on the plot and on the legend.

I managed to draw multiple range by redefining the Draw() method in the MeterPlot class. Is there another way of doing it that is already implemented or that would simply ask to extend the MeterPlot class instead of completely redoing its draw() method ?

Thanks a lot.

Patrick

Locked