User (Legacy) Posted December 21, 2001 Report Share Posted December 21, 2001 Can the Gantt chart be set up to display minute intervals (or at least 15 minute intervals) rather than just days? The samples have days in them. I want to show a single day or range of days (8:00AM to 5:00PM) preferrable hiding the nitetime and be able to plot work schedules in there. Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 7, 2002 Report Share Posted January 7, 2002 Simply set the Y-Axis format to AF_TIME and set the Step to be in minutes, for instance, to set the step to 10 minutes you set: Axis(AXIS_Y).Step = ((1.0/24.0)/60.0) * 10.0 Explanation: 1 Hour = 1 Day / 24 1 Minute = 1 Hour / 60 -- 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.