User (Legacy) Posted November 12, 2004 Report Share Posted November 12, 2004 Hi there, I have a graph with on the XAxis dates. If you zoom in a mutliple times it is possible that you get a stepsize < 1 minute. This is not preferable in our graph. We want a minimum step of 1 minute, also after zooming, is there a way to establish this? I can't find an event that fires after zooming. thanks, Koert Quote Link to comment Share on other sites More sharing options...
Software FX Posted November 12, 2004 Report Share Posted November 12, 2004 If the format is appropriate (Date-Time) this will happen automatically. If the format is just dates, it will stop at 1 day. You can set the MinorStep to 1 minute (1.0/(24.0*60.0)) in order to allow the Zoom to be that granular. -- FP Software FX 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.