This question is locked. New answers and comments are not allowed.
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
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