Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to change the thickness of the pointer in CWknob control

i need to change the thickness of the pointer of the knob control programmatically
0 Kudos
Message 1 of 3
(3,186 Views)
aarthi,

You can't change the thickness of the pointer on the CWKnob control, but you can change the style of the pointer. For example:

CWKnob1.Pointers.Item(1).Style = cwPointer3D

sets the pointer to the 3D style, which is a little thicker than the cwPointerNormal.

If you migrate to Measurement Studio 7.0 and use the .NET controls you have more control over things like pointer thickness.

I hope that helps.

Matt P
NI
0 Kudos
Message 2 of 3
(3,186 Views)
aarthi,

Correction. The previous post should say Measurement Studio 7.1 (not 7.0)

Matt P
NI
0 Kudos
Message 3 of 3
(3,186 Views)