Forums
X-Axis parameters - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: FireMonkey Components (/forum-5.html)
+--- Forum: PlotLab (/forum-26.html)
+--- Thread: X-Axis parameters (/thread-467.html)



X-Axis parameters - jrdarrah - 08-19-2012 10:31 AM

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.