Back to Devexpress

SankeyLink Class

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-4ee44348.md

latest1.5 KB
Original Source

SankeyLink Class

Contains information about a Sankey diagram link.

Namespace : DevExpress.Xpf.Charts.Sankey

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class SankeyLink :
    IWeakEventListener,
    ILink,
    IInteractiveElement
vb
Public Class SankeyLink
    Implements IWeakEventListener,
               ILink,
               IInteractiveElement

Remarks

Each link connects the source and target nodes and has a value - weight. The width of the link is proportional to its weight.

The following image shows a diagram with a marked link:

Inheritance

Object SankeyLink

See Also

SankeyLink Members

SankeyDiagramControl

DevExpress.Xpf.Charts.Sankey Namespace