Gantt Chart change colour
Posted: Sat Jul 25, 2009 11:44 am
I am adding an item to a Gantt chart with the AddGanttColor method.
eg: nGantt := PlanGantt.AddGanttColor(dStartTime,dEndTime,nTool,'',nColor);
I'm OK changing Start or End values eg: PlanGantt.StartValues[nGantt] := dStartTime;
How do I change the colour?
Best Wishes
Tony
eg: nGantt := PlanGantt.AddGanttColor(dStartTime,dEndTime,nTool,'',nColor);
I'm OK changing Start or End values eg: PlanGantt.StartValues[nGantt] := dStartTime;
How do I change the colour?
Best Wishes
Tony