Does anyone happen to know if there is a way to set the thickness of the bars of a gantt chart?If I hard-code the height of the chart to a size large enough, the bars widen, making the labels readable, but this results in me having to frequestly re-hard-code the height as the total number of items increases and decreases, to maintain a consistant appearance. What I would expect to be able to do is set height to "100%", that way the chart would dynamiclly resize, as items are removed/added to the underlying data. This, however, results in very thin bars, yeilding unreadable text. Any thoughts, ideas, or suggestions would be appreciated.The first pic is with height set to 100%.The second pic is with height hard-coded, which I would have to maintain.
Hello Gary,
Try to set UltraChart1.GanttChart.OwnersLabelStyle.FontSizeBestFit = true;
Hope this helps.
Regards,
Lyuba Petrova
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for the suggestion but setting that attribute to "true" did not affect the thickness of the line bars in the gantt. The setting did perhaps make the text unreadably small enough to fit in the thin bars, but did not force the bars to be thicker than they are in the first image in my original post.
-Gary