DxSankeyLinkSettings.ColorMode Property
Specifies the color mode for DxSankey links.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(SankeyLinkColorMode.None)]
[Parameter]
public SankeyLinkColorMode ColorMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| SankeyLinkColorMode | None | An enumeration value. |
Available values:
| Name | Description |
|---|---|
| None | The DxSankeyLinkSettings.Color property determines the link color. |
| Source | The link color matches the source node’s color. |
| Target | The link color matches the target node’s color. |
| Gradient | The link color transitions from the source node’s color to the target node’s color. |
Remarks
Refer to the DxSankeyLinkSettings class description for more information and an example.
See Also