Class 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.
Inheritance
System.Object
ColorType
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ColorType : Enum
Fields
Blend
Declaration
public const ColorType Blend
Field Value
| Type |
|---|
| ColorType |
Source
Declaration
public const ColorType Source
Field Value
| Type |
|---|
| ColorType |
Target
Declaration
public const ColorType Target
Field Value
| Type |
|---|
| ColorType |