Hi,
I am using an IntensityGraph with a custom time Axis from M21259, however I have troubles getting the range binding to work properly. I am using InteractionMode="EditRange", but when range is changed I get no call to the binding method (range is changed by editing directly on time axis during runtime). All is configured in xaml using: <local:CustomAxis StartTime ="{Binding WaterfallStartTime}" Range="{Binding WaterFallRange}" InteractionMode="EditRange" Adjuster="ContinuousChart" >. If I instead add a callback, i.e. RangeChanged="CustomAxis_RangeChanged" this is working, but since I use MVVM this is not preferred. Am I doing something wrong? I can provide a simple running code if that helps. Thanks!
Brg.
Oddvar