Relation.ChildPoint Property
Gets or sets a child point of the relation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public SeriesPoint ChildPoint { get; set; }
Property Value
Type | Description |
---|---|
SeriesPoint | A SeriesPoint object, denoted as a child point in the relation. |
Remarks
A Relation class serves as a base class for a TaskLink. The task link defines a Relation.ParentPoint, a ChildPoint, and a TaskLinkType.
A TaskLink object is specific for a GanttDiagram. It represents the relation between series points. It is displayed as an arrowed line connecting child and parent points, oriented towards the parent point. The appearance of the line is specified by TaskLinkOptions properties.
See Also