ISankeyColorizer Methods
Declares the base functionality for Sankey diagram colorizers.Name | Description |
---|---|
GetLinkSourceColor(SankeyLink) | Returns the first color that is used to apply a gradient fill to a link. |
GetLinkTargetColor(SankeyLink) | Returns the second color that is used to apply a gradient fill to a link. |
GetNodeColor(SankeyNode) | Returns a node color. |
See Also