Enum ColorType
Defines the possible color application modes for links in a Sankey chart.
Available options are:
Blend: Blends the colors of the source and target nodes for the link.
Source: Applies the color of the source node to the link.
Target: Applies the color of the target node to the link.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public enum ColorType
Fields
| Name |
|---|
| Blend |
| Source |
| Target |