This question is locked. New answers and comments are not allowed.
Hi Guys
When I bind the chart with a "datatable" and I try to apply a ChartAggregateFunction, as below
When I bind the chart with a "datatable" and I try to apply a ChartAggregateFunction, as below
mapping1.ItemMappings.Add(
new ItemMapping(MeasureQuit, DataPointMember.YValue, ChartAggregateFunction.Sum));
I get this error - "No method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied arguments."
Any help?
Regards
Baliga