IGanttSeries.EndValues
IGanttSeries

property EndValues: IValueList;

Type Library
TeeChartx

Description
The EndValues property defines the ending Gantt bar date value. The starting Gantt bar point is stored at GanttSeries.StartValues 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.