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

SankeyPaletteColorizer.GetLinkTargetColor(SankeyLink) Method

Returns the Sankey link target 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 GetLinkTargetColor(
    SankeyLink link
)

Parameters

Name Type Description
link SankeyLink

The Sankey link object that is colorized.

Returns

Type Description
Color

The Sankey link target color.

Remarks

To paint links based on a custom algorithm, use a class derived from the SankeyColorizerBase class.

See Also