I suppose you want to create Vertical Stacked Bar RadChart. To create a Vertical Stacked Bar Chart set the SeriesOrientation property of RadChart to Vertical.
In RadHtmlChart the Column Chart is the vertical version of the Bar Chart. You can find more information and examples about it in our documentation as well as in the online demos. This means you simply need to rename your series from BarSeries to ColumnSeries and set the Stacked property of the first to true.
Regarding Shinu's answer I'd like to point out that it is related to the RadChart and not RadHtmlChart.
Kind regards,
Danail Vasilev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.