Enum SankeyColorType
Specifies the type of color used in the chart's link or node.
Namespace: Syncfusion.Blazor.Sankey
Assembly: Syncfusion.Blazor.Sankey.dll
Syntax
public enum SankeyColorType
Fields
| Name | Description |
|---|---|
| Blend | The color is a blend between the source and target colors. |
| Source | The color is derived from the source node. |
| Target | The color is derived from the target node. |