GanttChart.SetPoint
SetPoint(<Value>, <ParentValue>)
Type: Arbitrary.
Value being set.
Type: Arbitrary.
Parent point value.
Type:
GanttChartPoint.
Sets Gantt chart point.
Thin client, web-client, server, thick client, external connection.
If a point with the key <Value> exists, it is returned regardless of the parameter <ParentValue>. If no point with the key <Value> exists, but a point with the key <ParentValue> does exist, then a new point with key <Value> and a subordinate point with key <ParentValue> are created. Otherwise (if there are no points with key <Value> or <ParentValue>), then a new point with key <Value> is created in the top level (a point with key <ParentValue> is never automatically created).