Is it possible for the pointer gauge to point to the area less than its tickset minimum value?

Gauge for WPF Forum

Posted 9 years ago by Jehiel
Version: 13.1.0621
Avatar

I have a gauge where the user can change the min max value of its tickset scale. I also have a method that randomly sets the gauge pointer. What I want is that if the value of the gauge pointer is less than its tickset minimum value I would the pointer to point to the area below its the minimum scale. This way I could tell the user that the value given is less than its scale or vice versa.

Thanks in advance!

Comments (1)

Posted 9 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

With a single scale, you won't be able to extend the pointer past the min/max range.  You could possibly use multiple scales instead (one for the tickset and one for the pointer) that each have different min/max ranges but overlay each other.  That might allow you to achieve what you are trying to do.


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.