Height of bars in gantt chart

Hi all,

Is it possible to set the height of bars in a gantt chart to some user-defined value? thx


2 Replies

TE test April 14, 2008 12:01 PM UTC

anyone?



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.



Loader.
Up arrow icon