jpo Posted March 3, 2005 Report Share Posted March 3, 2005 Hi In a waveform chart how is grid spacing defined? I have an application where the user would like to view the data without any grid lines 90% of the time. For ease of quantifying, he would like to be able to turn the grid lines on and off and be able define the grid spacing from the front panel. Turning the grid on and off is easy using the chart properties, YScale.MnrGrdColor and YScale.MajGrdColor. How would I go about changing the spacing of the grids? Thanks John Quote Link to comment
dswaine Posted March 3, 2005 Report Share Posted March 3, 2005 Things may have moved a bit in v7, but try YScale.Range. ... to access Increment, Minor Increment and Start. "Start" is the value of the first major gridline which (I think) defaults to a multiple of Increment. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.