I have an XamLinearGauge I am displaying in vertical orientation. The labels by default are displayed to the left of the gauge. Is there any way to move them to the right side?
Thanks,
Ken
Hello Ken,
In order to control the label position on the XamLinearGauge, you can set the LabelExtent property of the control. This property takes a value between 0 and 1, which will represent a relative part of the height/width of the control for the horizontal and vertical orientations, respectively. For more on label configuration in the XamLinearGauge, see this online documentation article.
Please let me know if you have any other questions or concerns on this matter.
Just what I needed. Thanks, Andrew!