I would expect the guague control to automatically support certain behavior. Like clicking and draging a marker (needle) in a Linear Gauge.
How do I get this behavior? Do I have to code up all the mouse event handlers, etc..?
This is a unique need.
it is necessary if you want to make needles draggable on a linear gauge.
Does that mean that all the code posted by David Negley is not necessary?
I will try this today.
Thanks
the UltraGauge control has a MarkerValueChanged event.
I too was looking for this. I was really hoping to see something along the lines of
needle.ValueChangedHandler += myValueChangedHandler(object sender, ValueChangedEventArgs e );
Any chance to see this in a future version?