Meter out of range exception

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

Meter out of range exception

Post by Don Mitchell » Wed Jan 08, 2003 8:01 pm

This is a suggestion for the meter charts. It would be nice to have the option to tell the meter renderer to show the needle as pegging the maximum value (or just beyond it) rather than having an exception thrown if the value of the needle exceeds the maximum value. It should also show this value in the chart.

Right now the only way I can handle a value that is outside the max range of the meter is to resize the meter range so it is back in it.

Thanks,
Don

David Gilbert

Re: Meter out of range exception

Post by David Gilbert » Thu Jan 09, 2003 7:18 am

Hi Don,

You are right. I've entered this as a bug (664873) on SourceForge so I don't lose track of it.

Regards,

Dave Gilbert

Locked