Back to Devexpress

SankeyPaletteColorizer.LinkBrush Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeypalettecolorizer-db7ed5f2.md

latest1.6 KB
Original Source

SankeyPaletteColorizer.LinkBrush Property

Specifies the Sankey link color.

Namespace : DevExpress.Xpf.Charts.Sankey

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Brush LinkBrush { get; set; }
vb
Public Property LinkBrush As Brush

Property Value

TypeDescription
Brush

The Sankey link color.

|

Remarks

The following example uses the Gray color to colorize links:

xaml
<dxsa:SankeyDiagramControl.Colorizer>
    <dxsa:SankeyPaletteColorizer LinkBrush="Gray">
        <dxsa:SankeyPaletteColorizer.Palette>
            <dxc:NorthernLightsPalette/>
        </dxsa:SankeyPaletteColorizer.Palette>
    </dxsa:SankeyPaletteColorizer>
</dxsa:SankeyDiagramControl.Colorizer>

See Also

SankeyPaletteColorizer Class

SankeyPaletteColorizer Members

DevExpress.Xpf.Charts.Sankey Namespace