java - Y Axis is not displaying correct figure for Millions and Billions in JFreeChart -
while generating bar graph using jfreechart, getting billions , millions value in scientific numeric format, having less readability,
there way, can value using jfreechart.
it has dynamic million, billions value. appreciated.
use invoke setnumberformatoverride() on plot's numberaxis, shown here. you'll need custom numberformat, possibly using 1 of approach shown here or here.


Comments
Post a Comment