Skip to main content
All docs
V23.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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

A link color.

See Also