Hi
I am trying to style the default labels for the Pie Series definition. I used the style given in the documentation (http://www.telerik.com/help/wpf/radchart-styling-and-appearance-styling-item-labels.html) but the style is never applied. I tried several approaches, such as setting the ItemLabelStyle's Style property to x:Null in xaml, in code behind, then re-apply the style both in the initialized and loaded code sections. The system correctly finds the style and its collections of setters etc, but it just does not seem to get applied. I can format the label, but I cannot style it.
The final goal is to template the label with a textbox and a button, and when the user clicks each segment, the textbox is populated with the dataitem of that pie piece, and the user can change the values, click the button and update the segment.
We are going into UAT this week, and this is a major part of our functionality. We would really like to have this functionality as part of our release, so any help in the matter will be deeply appreciated. We are working both with the Q1 sp2 and the Q2 Beta releases.
Thank you so much and keep up the good work with the cool controls.
I am trying to style the default labels for the Pie Series definition. I used the style given in the documentation (http://www.telerik.com/help/wpf/radchart-styling-and-appearance-styling-item-labels.html) but the style is never applied. I tried several approaches, such as setting the ItemLabelStyle's Style property to x:Null in xaml, in code behind, then re-apply the style both in the initialized and loaded code sections. The system correctly finds the style and its collections of setters etc, but it just does not seem to get applied. I can format the label, but I cannot style it.
The final goal is to template the label with a textbox and a button, and when the user clicks each segment, the textbox is populated with the dataitem of that pie piece, and the user can change the values, click the button and update the segment.
We are going into UAT this week, and this is a major part of our functionality. We would really like to have this functionality as part of our release, so any help in the matter will be deeply appreciated. We are working both with the Q1 sp2 and the Q2 Beta releases.
Thank you so much and keep up the good work with the cool controls.