Posted 20 Oct 2012 Link to this post
InvokeOperation<Dictionary<
string
,
int
>> MonthFamily = dbcontext.GetTestCaseResultsByFamilyByDay(day, month, year);
foreach
(var monthFamily
in
MonthFamily.Value) { testsbyfamily.Add(
new
DataPoint(monthFamily.Key.TrimEnd(), monthFamily.Value) { LegendLabel = monthFamily.Key.TrimEnd() }); }
Posted 24 Oct 2012 Link to this post
In this demo you find an example of binding the data point color to a property of the underlying data item. Regards,
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.