<telerikGauges:RadRadialGauge.Axis> <telerikGauges:GaugeLinearAxis Maximum="{Binding Kpi,Converter={StaticResource MaxValueConverter}}" Minimum="0" Step="200" ShowLabels="True" FontSize="15" FontFamily="Calibri" /></telerikGauges:RadRadialGauge.Axis>
Hello there,
I have a problem with Telerik Gauge.
In the above code, I want to do a Binding to the STEP section.
Now I am solving this with binding context changed event, but sometimes I get wrong data. :(
I want it to be as follows.
<telerikGauges:RadRadialGauge.Axis> <telerikGauges:GaugeLinearAxis Maximum="{Binding Kpi,Converter={StaticResource MaxValueConverter}}" Minimum="0" Step="{Binding Kpi.Value}" ShowLabels="True" FontSize="15" FontFamily="Calibri" /></telerikGauges:RadRadialGauge.Axis>
Docs are very weak. This is really upsetting.
Thanks..