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

SankeyNodeItem(SankeyNodeLayoutInfo) Constructor

Initializes a new instance of the SankeyNodeItem class with specified settings.

Namespace: DevExpress.Xpf.Charts.Sankey

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

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

Declaration

public SankeyNodeItem(
    SankeyNodeLayoutInfo nodeInfo
)

Parameters

Name Type
nodeInfo DevExpress.Charts.Sankey.Native.SankeyNodeLayoutInfo
See Also