SankeyColorizerBase.GetLinkTargetColor(SankeyLink) Method
Returns the Sankey link target color.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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.
See Also