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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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