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

Multiple Y axises

1 Answer 57 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Madavi
Top achievements
Rank 1
Madavi asked on 08 May 2012, 10:49 AM
Hello All ,

       In my chart I have 2 types of values like decimal and percentage (%) values i want to dispaly decemal value series at left side and % value serieses at right  .I am using 

seriesMapping.GroupingSettings.GroupDescriptors.Add(

 

new ChartGroupDescriptor("Measures1"));

seriesMapping.ItemMappings.Add(

 

new ItemMapping("Date1", DataPointMember.XCategory));

seriesMapping.ItemMappings.Add(

 

new ItemMapping("Value1", DataPointMember.YValue));
for individual serieses it woring fine but both decimal series And % series it is not working axis dependency is on right   

 

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 11 May 2012, 09:53 AM
Hi Madavi,

 Could you elaborate a bit more on what are you trying to achieve? As I was able to understand, you want two YAxes - one for each of the chart series. If this is the case - this can be done with our RadChart as described in our documentation.

Regards,
Evgenia
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
Chart
Asked by
Madavi
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or