Forums

Full Version: X-Axis parameters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to get the X-Axis to go from 1 to some max value. I think I don't have the min/max and all of its parms set correctly. The xvalues for the test are 1, 2, 3 4. I use this statement to zoom from 1 to maxHarmonic, which 4..
GinsbergDeviation.XAxis.ZoomTo(1, maxHarmonic);

max is set to value, 100, false, 100, min is 1, false, 1, major ticks 1, auto, minor ticks 0, format general, 4, false, unit scale false, 0.

I want to end up with no minor ticks and major ticks at integer values which will be 1 to some maxHarmonic number, but always an integer value. Attached are a couple of screen prints. One of the application screen and another of the parms for the scope. Any help with the proper settings would be greatly appreciated.
Reference URL's