IGanttSeries.StartValues
IGanttSeries

property StartValues: IValueList;

Type Library
TeeChartx

Description
The StartValues property defines the starting Gantt bar date values. The ending Gantt bar point date is stored at GanttSeries.EndValues list property.

StartValues and EndValues can be specified both as DateTime or double values.

Both are standard IValueList classes. That means you can access their values with same methods as you can access X or Y values.

The GanttSeries.AddGantt and / or GanttSeries.AddGanttColor methods must be used to add Gantt bar points.