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
1886
XamDataChart Axis Refresh
posted

I have the label of my Axis tied to a converter that will display values in specific units -  ie display 1000000000  as 1.5  or 1500.0.

 

Within our UI, the users can set the display units and number of decimals for the axis label (these properties are INotifyPropertyChanged) and when they change, we reset the values inside the Converter.

Everything works correctly - EXCEPT, the axis lable changes do not immediatly 'refresh' and we have to resize our application window to see the new axis labels.  Is there way to force the xamDataChart (or the axis) to redraw itself.  None of the data within the series is changing  just the axis label value due to a change in converter properties.

 

thanks

Rod

Parents Reply Children
No Data