how can i make an ivalueconverter fire again. if i resize the screen, causing the xamdatachart to be redrawn the converter runs. I need to force a redraw or figure out how to force the converter to run. Any ideas?
Hello Pete,
Thank you for posting!
I have been looking through the provided description but I am not completely sure how you use that IValueConverter. Could you post a code snippet representing this or a sample project? Why are you using the converter?
Converters are used to provide custom logic to a binding. The Convert method is fired when data source is changed if a notification for that appears (an implementation of INotifiedPropertyChange interface). If the data source object is not capable of notifying for changes the Convert method will not fire.
it is a DataTemplate for labels