Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1175
XamTreemap label fontsize
posted

How do I set the fontsize for a treemap label so it stays.

I currently bind the fontsize using the XamTreeMap property FontSize.  Then I bind the label to a a string Label property using a NodeBinder.  Everything works fine and the user can change the label fontsize with no problems.

However, if I then change the label in the node using an OnPropertyChanged the font size of the label changes to some default and the user can no longer change the label fontsize.

How do I set the fontsize for a treemap label in a nodebinder with TextPath="Label" after the label name is updated using an OnPropertyChange.

Parents Reply Children
No Data