Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyLink.Tags Property

Contains objects from the Sankey diagram data source that are used to create the link.

Namespace: DevExpress.Xpf.Charts.Sankey

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

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

Declaration

public ReadOnlyCollection<object> Tags { get; }

Property Value

Type Description
ReadOnlyCollection<Object>

Objects from the Sankey diagram data source that are used to create the link.

Remarks

If a data source contains several objects with equal sources and equal targets, they are combined into a single link. The Tags property contains these objects.

See Also