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

SankeyPaletteColorizer.GetNodeColor(SankeyNode) Method

Returns the Sankey node color.

Namespace: DevExpress.Xpf.Charts.Sankey

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

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

Declaration

public override Color GetNodeColor(
    SankeyNode node
)

Parameters

Name Type Description
node SankeyNode

The Sankey node object that is colored.

Returns

Type Description
Color

The node color.

See Also