Custom Labels not centered

Gauge for WPF Forum

Posted 13 years ago by Doug Beck
Avatar
I have a need for a gauge that will not have any labels that extend beyond the edge. In other words the bar extent must be 100%. This causes the first and last labels (which are critical) to be clipped. Is there a way to move only these two labels in such that they can be seen?

Thanks.

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Doug,

Assuming the first and last labels correspond to the minimum and maximum values, you can set MinimumTickVisibility and MaximumTickVisibility to never on the CircularTickLabelMajor. Then use two instances of CircularTickLabelCustom to show the minimum and maximum values.

Then you can tweak the scale placement/offset, font, orientation, etc on the two custom labels as needed.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.