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

RadChart Grouping

1 Answer 80 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Sunitha
Top achievements
Rank 1
Sunitha asked on 17 Sep 2012, 01:39 PM
Hello,

I have a data table which has 4 columns. They are Names,Date,Convey,NonConvey.
I have used

RadChart1.DataGroupColumn =

 

"name"

 

RadChart1.DataManager.ValuesYColumns =

 

New String() {"convey"}
RadChart1.PlotArea.XAxis.DataLabelsColumn = "Grouping_Name"
This works fine.
I would like to add NonConvey column to the chart  also as as Secondary Y axis but the same grouping as 'name'. Is this possible?

My Data table is attached with this.
Many Thanks for your help.

Kind Regards
Sunitha

 

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 19 Sep 2012, 03:11 PM
Hi Sunitha,

Unfortunately there is no way out-of-the-box to achieve this with our Grouping feature.  Please find attached a sample project that makes the grouping manually and plots those series that are bound to nonConvey values to Secondary Axis.

Greetings,
Evgenia
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
Sunitha
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or