From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Meter Needle Size, Slide Pointer Width

Is there any way to change the size of the needle for the Meter control in .NET?  I decreased the arc in order to smoothen the meter but the needle got huge!  My only solution is to either switch to a different control or to cover the needle with a Panel... Any suggestions?  Also, is there any way to modify the pointer on the Slide control?  I would like to decrease the width.
 
Thanks,
Dave
0 Kudos
Message 1 of 2
(2,788 Views)

There are some meter styles with a thinner needle that you can change. I'm not sure how thin you need the meter needle to be, but you can create your own meter style class. The attached class with draw a really thin (1 pixel wide) needle.

To use this class, you would add the following for you  meter in the forms load or constructor

meter1.MeterStyle = new CustomNeedle();


You can do similar customization for the slide as well.

This is described in the help topic "Extending the Measurement Studio Numeric Pointer .NET controls"

I hope this helps
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,776 Views)