Hello
I am using a data template to show some text on my shape. But the text on shape does not get updated if I change the attribute value.
The sample I have used is here
https://documentation.devexpress.com/#WPF/DevExpressXpfMapShapeTitleOptions_Templatetopic
Wel I have fixed this using some alternative
shape.TitleOptions.SetValue(ShapeTitle.TextProperty, <My Value>);
So Its working now. But still interested in knowing whether a direct update on attribute does not update the text property of data template?
Hi Christian,
We have reproduced this issue locally and will work on a permanent solution. Your patience is appreciated.