I want to change the property "Height" of the bars in the gantt series.
How I cant do this by code?
Thanks in advance.

Code: Select all
private void InitializeChart()
{
Steema.TeeChart.Styles.Gantt gantt = new Gantt(tChart1.Chart);
gantt.FillSampleValues();
gantt.Pointer.VertSize = 10;
}
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
![]() ![]() ![]() ![]() ![]() ![]() |
Instructions - How to post in this forum |