Grorange 0 Report post Posted May 24, 2007 I have a basic horizontal gauge. When I try to offset the position of the major tickmark labels, it sets it to what seems to be 0, no matter what I offset it to. Can anyone help me figure this out? I used: (note: [x] represents any value I put there) Tickmarks.Major.Label.Position = Position.Custom; Tickmarks.Major.Label.PositionCustom = [x]f; Thank you in advance for your help. - Grorange Quote Share this post Link to post Share on other sites
Grorange 0 Report post Posted May 24, 2007 Right when I post the question, I find out what's wrong. I wanted to get the tickmarks to not show, but still show the labels, so I set the size to a very small .001f. Of course, this affects the location of the labels. So, now my question is, how can I eliminate the visual tickmarks but still maintain the labels? Thanks- Grorange Quote Share this post Link to post Share on other sites
IGSFX 0 Report post Posted May 28, 2007 You can set the Tickmark Style to None. If you set their Visible property to false, this will also hide the labels. Quote Share this post Link to post Share on other sites