0 Replies Latest reply on Mar 31, 2009 6:33 AM by mrvikash

    How to set Title Font in JFreeChart(BarChart control) in SEAM

      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>