public ValueList EndValues {get;}
Remarks
The EndValues property defines the ending Gantt bar date value. The starting Gantt bar point is stored at TGanttSeries.StartValues
StartValues and EndValues can be specified both as DateTime or double values.
Both are standard TChartValueList components. That means you can access their values with same methods as you can access X or Y values.
The TGanttSeries.Add method must be used to add Gantt bar points.
See Also
Gantt Class | Gantt Members | Steema.TeeChart.Styles Namespace