Decimal values in charts

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

Decimal values in charts

Post by Girish » Mon Feb 03, 2003 11:01 am

Hello
I would like to know if it is possible to display decimal values using JFreeChart. If so please tell me how to do it.
I want to create a Pie chart with the values say 12.5, 13, 22.5 etc.
Rgds
Girish

David Gilbert

Re: Decimal values in charts

Post by David Gilbert » Mon Feb 03, 2003 2:04 pm

Take a look at the setSectionLabelType(...) method in the PiePlot class.

Regards,

Dave Gilbert

Locked