Skip to main content
A newer version of this page is available. .
All docs
V21.1

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.v21.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

A link color.

See Also