corelibraries-devexpress-dot-xtracharts-dot-relation-4ed9173b.md
Provides access to a parent point in the relation.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public SeriesPoint ParentPoint { get; }
Public ReadOnly Property ParentPoint As SeriesPoint
| Type | Description |
|---|---|
| SeriesPoint |
A SeriesPoint object, denoted as a parent point in the relation.
|
A ParentPoint holds a collection of relations for this series point. The collection is available via the SeriesPoint.Relations property.
A Relation class serves as a base class for a TaskLink. The task link defines a ParentPoint , a Relation.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