Hi,
can anyone tell me how to display the Percent of Complete over every task bar of a UltraChart of type GanttChart?
Thank's.
Pietro Degani
There is a property that shows how much of the task has been completed. chart.GanttChart.ShowCompletePercentages = true
This will create a filled rectangle for each item based on the completeness.
Thank you very much for the answer.
I have another question. The Gantt chart i have seems to vary the height of every task bar depending on the number of tasks. How can i set the height of every task bar regardless of the number of tasks i have in my Gantt chart?
Thank you