I have had a bit of trouble finding out how to scale the labels automatically or manually on the linear gauge. It may be something simple, but I am new to the controls and it did not jump out on me. There is little specific documentation on the gauge control that I could find and it behaves differently than most of the other controls.
For Instance, if I have a Gauge where values could be vary from 0.0 to 1.0 or all the way up to 0 to 200,000 and I want to always show 6-10 labels and ticks on the axis equidistant apart with the proper values. For now I am just using percentages as a workaround and keeping it 0-100. If I have to do this through capturing an event that would work too, just looking to be pointed in the right direction. Thanks.
Linear Gauge Labels
Re: Linear Gauge Labels
Of course I find the answer right after posting and it was simple!
chart.Axes.Bottom.Increment = x
chart.Axes.Bottom.Increment = x