Skip to main content
All docs
V23.2

SankeyColorizerBase.GetLinkTargetColor(SankeyLink) Method

Returns the Sankey link target color.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract 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

In the image below, the target color is red.

A custom colorizer is applied to a sankey diagram

See Also