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
1060
Outofmemory exception
posted

When i bind an interval property of a radial gauge to my viewmodel the application stops responding and then I get an outofmemory exception.  If i remove the binding then it works fine.  Any ideas?

 

This fails.

                    <igGauge:RadialGaugeScale.LabelGroups>

                        <igGauge:RadialGaugeLabelGroup Interval="{Binding LabelInterval}" />

                    </igGauge:RadialGaugeScale.LabelGroups>

 

This works fine.

                    <igGauge:RadialGaugeScale.LabelGroups>

                        <igGauge:RadialGaugeLabelGroup Interval="25" />

                    </igGauge:RadialGaugeScale.LabelGroups>

 

Thanks

Kevin