Hi All I am using JFreeChart in my project and its working fine. Can any one
tell me how to change the Title font of barchart control..
Thanks in advance...
Code using for barchart
<p:barchart title="Purchase Order" legend="true"> <p:series
key="Status">
<ui:repeat value="#{homeManager.poChartList}" var="item">
<p:data
key="#{item.category}" value="#{item.count}"/> </ui:repeat>
</p:series>
</p:barchart>
Thanks!
Vikash Srivastava
--
View this message in context:
http://www.nabble.com/How-to-set-Title-Font-in-JFreeChart%28BarChart-cont...
Sent from the JBoss - Dev mailing list archive at
Nabble.com.