Jump to content
Software FX Community

Gantt chart with minutes


User (Legacy)

Recommended Posts

Posted

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.

  • 3 weeks later...
Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...