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
1105
xamRadialMenu RadialMenuNumericGauge ticks are double values
posted

Hi,

I am trying to use to RadialMenu where one of my items should set a double value.

based on your samples, I have set 


<ig:RadialMenuNumericGauge
Ticks="0.25 0.5 0.75 1 1.25 1.5 1.75"
Value="{Binding ElementName=fontNumericItem, Path=Value, Mode=TwoWay}" />
</ig:RadialMenuNumericItem>

the gauge does show the ticks as defined, but you can only set integer value.

Is it not possible to use the RadialMenuNumericGauge for double value? all documentation refer to double value (ticks is DoubleCollection, value-changed-event-args are double, etc.) but the control that not seem to allow setting the value not to integer.

Parents
No Data
Reply
  • 7435
    Offline posted

    Hello Eli,

    Thank you for contacting. In order to understand the issue I used your tick values and setup a sample of RadialMenuNumericGauge using version 20.2 and I dint reproduce the issue you described. Tick values are showing double as you defined.

    I attached my sample application here .

    Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.

    If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using.

    If the project does show the product feature working correctly, this indicates a possible problem in the code of your application. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.

    Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.

    Please let me know if I can provide any further assistance.

    Regards,

    5141.WpfApp1.zip

Children