Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyPaletteColorizer.LinkColor Property

Gets or sets a color that is used to paint all links in the diagram.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color LinkColor { get; set; }

Property Value

Type Description
Color

A link color.

See Also