Gantt Bar Height
Posted: Tue Nov 15, 2011 5:10 pm
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
private void InitializeChart()
{
Steema.TeeChart.Styles.Gantt gantt = new Gantt(tChart1.Chart);
gantt.FillSampleValues();
gantt.Pointer.VertSize = 10;
}