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,

enter image description here

there way, can value using jfreechart.

enter image description here

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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -