How to create a Meter Chart( tachometer ) using JFree

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
smitha
Posts: 5
Joined: Tue Jan 27, 2004 10:31 am

How to create a Meter Chart( tachometer ) using JFree

Post by smitha » Tue Jan 27, 2004 10:38 am

hi
I want to know how to create a MeterChart( tachometer ) using JFreeChart. I couldn´t find the class to create Meter chart in the ChartFactory.Please Reply
Thanks
Smitha

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Jan 27, 2004 11:48 am

Take a look at the MeterChartDemo.java file, in the src/org/jfree/chart/demo directory of the JFreeChart distribution.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked