Search found 2 matches

by jamesmarkchan
Sat Dec 05, 2009 12:42 am
Forum: JFreeChart
Topic: Need Help Regarding Jfree Chart
Replies: 5
Views: 6522

Re: Need Help Regarding Jfree Chart

i'm using this from a previous poster. Thanks for the help!!! :D

Code: Select all

final NumberAxis domainAxis = (NumberAxis)chart.getXYPlot().getDomainAxis(); 
final DecimalFormat format = new DecimalFormat("####"); 
domainAxis.setNumberFormatOverride(format);
by jamesmarkchan
Fri Dec 04, 2009 7:55 pm
Forum: JFreeChart
Topic: Need Help Regarding Jfree Chart
Replies: 5
Views: 6522

Re: Need Help Regarding Jfree Chart

I need help with removing commas also if anyone would be willing to drop some hints. I'm trying to remove the commas from the domain axis to represent wavelength in (nm).