java - Bar chart datasetname bold in jfreechart -


in barchart,how add dataset value text in bold, tried

rangeaxis.setticklabelfont(new font("serif", font.bold, 14)); 

that's work in horizontally fine in vertically didn't work.

try vertically

domainaxis.setticklabelfont(new font("serif", font.bold, 14)); 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -