User (Legacy) Posted December 21, 2001 Report 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.
Software FX Posted January 7, 2002 Report 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.