settings on meter needle

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

settings on meter needle

Post by Suma Bellur » Mon Nov 04, 2002 9:27 pm

since i did not see this in the documentation. . .

what is the best way to do the following:
increase the width of the meter needle?
add an arrow to the end of the needle?

thanks,
suma.

Dave Gilbert

Re: settings on meter needle

Post by Dave Gilbert » Tue Nov 05, 2002 9:51 am

Hi Suma,

As far as I know there are no attributes that you can use to control the size or shape of the needle. To make any changes, you will need to modify code in the draw(...) method of the MeterPlot class.

Regards,

DG

Locked