you are calling the addValue to your dataset object like :
categoryDataSet.addValue(pageCount, series1, className);
here in series is the variable for the values of your stacked bar.
Search found 5 matches
- Mon Feb 09, 2009 8:53 am
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397765
- Fri Jan 30, 2009 8:57 am
- Forum: JFreeChart
- Topic: Y Axis labels showing when dataset is empty
- Replies: 2
- Views: 4086
regarding jsf version
Hi david how can i do dual axis chart in jsf:
<c:chart id="chart"
datasource="#{BarCharts.sourceProvider.dataSet}"
type="bar" is3d="true" antialias="true" outline="true"
is it possible to add multiple dataset using jsf
<c:chart id="chart"
datasource="#{BarCharts.sourceProvider.dataSet}"
type="bar" is3d="true" antialias="true" outline="true"
is it possible to add multiple dataset using jsf
- Wed Jan 28, 2009 10:06 am
- Forum: JFreeChart
- Topic: JSF Chart Creator
- Replies: 89
- Views: 397765
Dual Axis Chart using Jsf
Hi,
I want to make a dual axis chart.How can I do that.Plz help me.
I want to make a dual axis chart.How can I do that.Plz help me.
- Wed Jan 28, 2009 9:57 am
- Forum: JFreeChart
- Topic: Dual Axis Chart using Jsf
- Replies: 0
- Views: 1850
Dual Axis Chart using Jsf
<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 ...
- Wed Apr 23, 2008 1:34 pm
- Forum: JFreeChart
- Topic: how can I move my graph to rightside?
- Replies: 0
- Views: 1949
how can I move my graph to rightside?
like left attribute in jsp table