07-17-2011 08:01 PM
I can set the major grid spacing by specifying an array of axis markers, but there does not seem to be a way to set the minor grid spacing. I would like to emulate the clean look of the Hypertrend Graphs which set the minor grid spacing to be 1/2 of the major grid. You can use the graph axis range minor increment property but it will not let you set it less than 5 divisions per major grid.
Solved! Go to Solution.
07-18-2011 05:55 PM
Hi sachsm,
Is it a Waveform Graph or a XY Graph that you are working with? What are the specific values that you are trying to set for the major and minor grid divisions? I believe you should be able to set this up by inputting values for the X Scale Minor Increment and X Scale Increment properties. (Make sure to set the major increment before the minor increment) Attached is a screenshot showing the setup for a major increment of 10 and a minor increment of 5. Does this approach seem to work with your application?
Thanks,
07-20-2011 04:49 PM
Thank you! I was using the Marker array property to set the major grid and then for some reason it would not allow me to arbitrarily set the minor grid spacing as you indicated.