Dual Axis Chart using Jsf

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
dharmendra
Posts: 5
Joined: Wed Apr 23, 2008 1:31 pm

Dual Axis Chart using Jsf

Post by dharmendra » Wed Jan 28, 2009 9:57 am

<c:chart id="chart5"
datasource="#{BarCharts.sourceProvider.categoryDataset}"
type="bar" is3d="false" antialias="true" outline="true"
legend="false" background="#8AB1C2">
<c:chartAxis domain="true" verticalTickLabels="true"/>
</c:chart>


Hi All,
Can I make dual axis chart like the above.Plz some one let me know how to include the third catagory dataset for 3rd axis.

Locked