Skip to main content
All docs
V26.1
  • SankeyColorizerBase.GetNodeColor(SankeyNode) Method

    Returns the Sankey node color.

    Namespace: DevExpress.Xpf.Charts.Sankey

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

    Declaration

    public abstract Color GetNodeColor(
        SankeyNode info
    )

    Parameters

    Name Type Description
    info SankeyNode

    The Sankey node object that is colored.

    Returns

    Type Description
    Color

    The node color.

    See Also