Hi guys,
I am a bit puzzled by this one, I followed the demos and read the help file but cannot get the bars to be stacked. Here is my code:
<telerik:RadHtmlChart ID="RadHtmlChart1" runat="server" > <PlotArea> <Series> <telerik:BarSeries GroupName="Project" Stacked="true"> <Items> <telerik:SeriesItem Name="ORP" YValue="8" /> <telerik:SeriesItem Name="Concept" YValue="42" /> <telerik:SeriesItem Name="Development" YValue="238" /> <telerik:SeriesItem Name="Industrialization" YValue="128" /> <telerik:SeriesItem Name="Launch" YValue="87" /> <telerik:SeriesItem Name="Post-Launch" YValue="36" /> <telerik:SeriesItem Name="Closure" YValue="6" /> </Items> </telerik:BarSeries> </Series> </PlotArea></telerik:RadHtmlChart>Do you have any clue why I cannot stack this serie?
Best Regards,
David