Gant Chart ???

  • Thread starter Thread starter Matthew Mandalek
  • Start date Start date
M

Matthew Mandalek

I want to be able to display a Gant chart from data in a table. Is there
any way to do this ?

Matt
 
Perhaps there's a custom control for this somewhere.

Or, you could code it manually. Define some left-aligned labels or textboxes
on a form or report. Loop through the records in the table, setting the
Width property of each label or textbox to an appropriate value compared to
the other labels & boxes.

Tough to say more, given the limited about of detail that you have provided.

HTH,
TC
(off for the day)
 
Back
Top