This is a migrated thread and some comments may be shown as answers.

can change stackbar orientation to vertical

3 Answers 338 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
cwk
Top achievements
Rank 2
cwk asked on 08 Nov 2012, 06:00 PM
Hi, is there a way to achieve the above? try to get answer but no avail.any advice welcomed. thks!

regards
cwk

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Nov 2012, 04:24 AM
Hi cwk,

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.

ASPX:
<telerik:RadChart ID="RadChart1" runat="server" SeriesOrientation="Horizontal">
</telerik:RadChart>

Hope this helps.

Regards,
Shinu.
0
Accepted
Danail Vasilev
Telerik team
answered on 09 Nov 2012, 09:13 AM
Hi guys,

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.
0
cwk
Top achievements
Rank 2
answered on 09 Nov 2012, 02:08 PM
It worked! Thank you all!

Regards
cwk
Tags
Chart (HTML5)
Asked by
cwk
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Danail Vasilev
Telerik team
cwk
Top achievements
Rank 2
Share this question
or