Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Different left/right labels on slider

I'd like to put a different left and right labels on a verticle slider. I have two pointers on the slider and they have the same scale (that's fine), but I'd like to denote what each pointer means.

For example, a slider from 0 to 100 that represents the votes of 100 people for either candidate A or candidate B. There'd be two pointers (one pointing left, one right) and I'd like the labels to read "Candidate A" and "Candidate B"

Make sense? Thanks
Eric
0 Kudos
Message 1 of 3
(3,389 Views)
Unfortunately the slider control does not provide a way to directly do what you're looking for. I suggest working around this by either a.) using two slider controls, or b.) still use one slider control as you described, but leave the axis caption blank and use two label controls, one on each side of the slider, and use the label controls to display the values on each side of the slider.

- Elton
0 Kudos
Message 2 of 3
(3,389 Views)
That's what I figured and was probably going to end up doing.

I just thought there might be a way to set those labels via an api or something.

Thanks
0 Kudos
Message 3 of 3
(3,389 Views)