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

SankeyLink.Tags Property

Returns a collection of data objects that are used to create the link.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public ReadOnlyCollection<object> Tags { get; }

Property Value

Type Description
ReadOnlyCollection<Object>

A collection of data objects that are used to create the link.

Remarks

If a data source contains multiple objects with equal source and target values, they are combined into a single link. The Tags property contains these objects.

See Also