|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/5/2008 2:29:24 AM
Posts: 4,
Visits: 9
|
|
| hi, Can anybody tell me which property makes stacked bar chart, the below xml is unable to show the bar graph as "STACKED" <graph bgColor='F1f1f1' caption='Global Export' subcaption='In Millions Tonnes' xaxisname='Continent' yaxisname='Export' canvasbgcolor='F1F1F1' animation='1' numdivlines='3' divLineColor='333333' decimalPrecision='0' showLegend='1' showColumnShadow='1' yAxisMaxValue='100'> <categories font='Arial' fontSize='10' fontColor='000000'> <category name='N. America' hoverText='North America'/> <category name='Asia' hoverText='Asia (excluding SE Islands)'/> <category name='Europe' /> <category name='Australia' /> <category name='Africa' /> </categories> <dataset seriesname='Rice' color='FF0000' alpha='100'> <set value='27' /> <set value='26' /> <set value='29' /> <set value='31' /> <set value='34' /> </dataset> <dataset seriesname='Wheat' color='009900' showValues='1' alpha='100'> <set value='41' /> <set value='28' /> <set value='19' /> <set value='13' /> <set value='20' /> </dataset> <dataset seriesname='Grain' color='FFFFDD' showValues='1' alpha='100'> <set value='28' /> <set value='25' /> <set value='28' /> <set value='26' /> <set value='10' /> </dataset> <trendLines> <line startValue='16' endValue='23' color='123456' thickness='1' alpha='30' showOnTop='1' displayValue='Trend 1'/> <line startValue='45' endValue='40' color='0372AB' thickness='1' alpha='30' showOnTop='0' displayValue='Trend 2'/> </trendLines> </graph> Thanks, Moulesh
Regards,
Moulesh
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/5/2008 2:29:24 AM
Posts: 4,
Visits: 9
|
|
| Also please note that i am using VS 2005 Regards, Moulesh
Regards,
Moulesh
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 2 days ago @ 2:56:41 AM
Posts: 704,
Visits: 1,139
|
|
| Hi, Could you please check that you are using the stacked bar Chart SWF file(FCF_StackedBar2D.swf (vFREE)/StackedBar2D.swf (v3))? The XML that you have sent is perfectly ok for a stacked chart.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|