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

stacked rad chart

2 Answers 54 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Parimal
Top achievements
Rank 1
Parimal asked on 17 Oct 2012, 06:25 PM

Hi,
I am very much new to telerik charting.

my criteria is as follows

i want to create stacked chart for skills and its duration .skills are grouped according to locations.

please see attached file(datasource1.png)of datasource want to bind to create stacked chart.

second attachment is of desired stack chart that i need(requiredstackchart.png).

can you please tell me if it is possible.if yes then can you provide me working example.
also, i am not using silverlight,just simple asp.net.
please reply soon.its very urgent.

thanks in advance

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Oct 2012, 08:18 AM
Hi Parimal,

Try setting the Type property of ChartSeries to StackedBar to achieve your scenario.

ASPX:
<telerik:ChartSeries Name="Series 1" Type="StackedBar" ..>
  .............
</telerik:ChartSeries>

Please take a look into this documentation and demo for more information.

Regards,
Princy.
0
Petar Kirov
Telerik team
answered on 22 Oct 2012, 01:14 PM
Hello Parimal,

I have attached an example project demonstrating your scenario.

I hope it helps.

Greetings,
Petar Kirov
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.
Tags
Chart (Obsolete)
Asked by
Parimal
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Petar Kirov
Telerik team
Share this question
or