This question is locked. New answers and comments are not allowed.
Hello Telerik,
1) First off, is there any easy way of putting text within the donut chart? Example:
http://24.media.tumblr.com/tumblr_lp7yr3ulWQ1qg3y5xo1_500.png
So far I've just been using the margin attribute in the textblock tag to do this, but it doesn't really work out that well.
2) When I'm binding RadLegendControl with {Binding Title} I get the percentage of respective part of the pie chart, not the actual title (which should be text from the List:
I've tried setting {Binding Category}, but XAML didn't like that.
Thanks!
1) First off, is there any easy way of putting text within the donut chart? Example:
http://24.media.tumblr.com/tumblr_lp7yr3ulWQ1qg3y5xo1_500.png
So far I've just been using the margin attribute in the textblock tag to do this, but it doesn't really work out that well.
2) When I'm binding RadLegendControl with {Binding Title} I get the percentage of respective part of the pie chart, not the actual title (which should be text from the List:
data.Add(new Data { Category = "Test1", Value =10 });data.Add(new Data { Category = "Test2", Value = 20 });I've tried setting {Binding Category}, but XAML didn't like that.
Thanks!