I have a linear gauge inside a zoombar, and there is some padding around the tick marks and numbers. Is there a way to get rid of the additional padding?
My code:
Thank You,
Jonathan
Hello Jon,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Yes, that solved the problem, thank you very much.
-Jon
Hello Jonathan,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Hi Jonathan,
Thank you for your question. To minimize the paddings on the xamLinearGauge you are talking about try using a value closer to 0 for the "ScaleStartExtent" property and a value closer to 1 for the "ScaleEndExtent" property. Here is an example:
<ig:XamLinearGauge
...
ScaleStartExtent="0.009"
ScaleEndExtent="0.99" />
Please let me know if the above suggested is solving the issue
Sincerely,RadkoPrincipal Product Developer (XAML)Infragisticswww.infragistics.com/support