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
600
Problem binding Axis Range Properties
posted

Hi


Our app is SL 4 and MVVM design pattern, it was using the XamWebChart version 10.1, we made bindings for axis’s ranges parameters:


<igWebChart:Axis AxisType="PrimaryX" AutoRange="False"
   Minimum="{Binding Path=ValorMinimoX, Mode=OneWay}"
   Maximum="{Binding Path=ValorMaximoX, Mode=OneWay}"
   Unit="{Binding Path=DivisionEscalaX, Mode=OneWay}"/>
 
We update to version 10.3.20103.1006, and it stopped working correctly, now constantly displays the message:


XamWebChart Warning: If the AutoRange is set to false, Maximum must be greater than Minimum and Unit value must be greater than zero.


The values of properties are: ValorMinimoX=0; ValorMaximoX=100; DivisionEscalaX=10;
 
PropertyChange event doesn’t update the bindings.
 
Could you help to find the cause of the problem?
 
Thank you


Jaimir G.