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

SankeyNode.Tag Property

Contains an object from the Sankey diagram data source that is used to create the node.

Namespace: DevExpress.Xpf.Charts.Sankey

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

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

Declaration

public object Tag { get; }

Property Value

Type Description
Object

An object from the Sankey diagram data source that is used to create the node.

See Also