User (Legacy) Posted June 26, 2003 Report Share Posted June 26, 2003 I want to create a x-y plot that has x axis as time series. I want a vertical gridline appears every month. What value I should set the gridline step? Quote Link to comment Share on other sites More sharing options...
Software FX Posted June 27, 2003 Report Share Posted June 27, 2003 You need to set the Step of the X-Axis to be 30 (1 month) and turn on the gridlines as follows: Chart.Axis(AXIS_X).Step = 30 Chart.Axis(AXIS_X).Grid = True -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.