Angular Sankey - link
color
Colors the sankey links. Applies only if colorMode is "none".
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
- Paint server address
colorMode
This option accepts the following values:
"none"
The color specified in the color option is used."source"
A source node's color is used."target"
A target node's color is used."gradient"
A gradient color between the source node's and target node's color is used.
Use the SankeyColorMode
enum to specify this option when the widget is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: None
, Source
, Target
, and Gradient
.
If you have technical questions, please create a support ticket in the DevExpress Support Center.