Back to Devexpress

DxSankeyLinkSettings.ColorMode Property

blazor-devexpress-dot-blazor-dot-dxsankeylinksettings-73b41b8d.md

latest1.4 KB
Original Source

DxSankeyLinkSettings.ColorMode Property

Specifies the color mode for DxSankey links.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(SankeyLinkColorMode.None)]
[Parameter]
public SankeyLinkColorMode ColorMode { get; set; }

Property Value

TypeDefaultDescription
SankeyLinkColorModeNone

An enumeration value.

|

Available values:

NameDescription
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 additional information and an example.

See Also

DxSankeyLinkSettings Class

DxSankeyLinkSettings Members

DevExpress.Blazor Namespace