Search found 2 matches

by daniel_r
Mon Feb 09, 2009 10:19 am
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397839

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. that I know and i did... my question was how to display inside the stacked bar the information of the value of each ...
by daniel_r
Mon Feb 09, 2009 7:31 am
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397839

Addinng values or percents to 3D stacked bar ??

Hi, i want to create a 3d bar stacked with values on each part of the stacked bar... percents are ok too... any way to do that with ChartCreator?