Skip to main content
All docs
V25.1
  • SankeyColorizerBase.GetLinkTargetColor(SankeyLink) Method

    Returns the Sankey link target color.

    Namespace: DevExpress.Xpf.Charts.Sankey

    Assembly: DevExpress.Xpf.Charts.v25.1.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