Skip to main content
All docs
V25.1
  • SankeyPaletteColorizer.GetLinkSourceColor(SankeyLink) Method

    Returns the Sankey link source color.

    Namespace: DevExpress.Xpf.Charts.Sankey

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

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

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

    See Also