Skip to main content
All docs
V23.2

SankeyColorizerBase.GetLinkSourceColor(SankeyLink) Method

Returns the Sankey link source color.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract Color GetLinkSourceColor(
    SankeyLink link
)

Parameters

Name Type Description
link SankeyLink

The Sankey link object that is colorized.

Returns

Type Description
Color

The Sankey link source color.

Remarks

In the image below, the source color is yellow.

A custom colorizer is applied to a sankey diagram

See Also