Skip to main content
All docs
V24.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.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

A link color.

See Also