Skip to main content

Relation Class

Represents a base class for TaskLink objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public abstract class Relation :
    ChartElement

#Remarks

The object of the Relation class defines a relation between an instance of SeriesPoint denoted as a parent point and an instance of SeriesPoint denoted as a child point.

#Inheritance

See Also