No, That only set the new minimum value to 0, so the whole gauge just starts at 0 instead of starting at -15
I have solved this by just disabling the Automatic Ticks and Labels, and drawing my own on the AfterDraw Method.
Thanks for the response, you can consider this topic solved.
-Bryan
Search found 2 matches
- Fri Nov 18, 2011 1:11 pm
- Forum: .NET
- Topic: Change first tick value: Circular gauge
- Replies: 3
- Views: 3610
- Wed Nov 16, 2011 6:43 pm
- Forum: .NET
- Topic: Change first tick value: Circular gauge
- Replies: 3
- Views: 3610
Change first tick value: Circular gauge
Hi, Is there a way I could change the Minimum Tick value on the circular gauge? I am using VB.net. For example, I would like my gauge to have a range from -15 to 115, but I want the first tick value start at 0, and then increment every 20. What i have now is pictured on the left, and what I would li...