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

SankeyNodeLabelItem.BackColor Property

Gets or sets a color for the node label’s background.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public Color BackColor { get; set; }

Property Value

Type Description
Color

The node label’s background color.

See Also