Meter chart text color?

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

Meter chart text color?

Post by Steve J » Wed Oct 02, 2002 10:18 pm

Is it possible to change the color of the text in the meter chart?

Thanks,

SJ

David Gilbert

Re: Meter chart text color?

Post by David Gilbert » Thu Oct 03, 2002 8:50 am

The setValuePaint(...) method should control the color of the value printed in the middle of the dial.

Regards,

DG.

Locked