Hi, I've been looking but can't find a way to change the height of one specific serie of a gantt-chart. I need this because the text displayed inside of it is lager than in other series ...
Is there a way to control this ?
Thanks,
Wim
if you handle the ChartDrawItem event, you can check for when e.Primitive is a Box and then expand the bounds using the Box.rect field. however, the rest of the chart will not expand as a result. if you set the GanttChart.ItemSpacing high enough then that shouldn't be an issue.