VK
Vinoth Kumar K
Syncfusion Team
April 19, 2008 12:45 AM UTC
Hi JohnFish,
Thank you for your interest in Syncfusion products.
There is no build-in support to change the height of bars in a gantt chart. One way you can achieve this by increase the border width of the series and set the border color to chart series color. Please refer to the code snippet given below:
this.chartControl1.Series[0].Style.Border.Width = 10;
this.chartControl1.Series[0].Style.Border.Color = this.chartControl1.Series[0].BackColor;
Please let me know if this helps.
Regards,
Vinoth.