Skip to main content
A newer version of this page is available. .

Relation Class

Represents a base class for TaskLink objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class Relation :
    ChartElement

The following members return Relation objects:

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