Skip to main content
All docs
V24.2

SankeyTextElement.TextColor Property

Gets or sets the text color for the element.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v24.2.dll

Declaration

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

Property Value

Type Description
Color

A color that is used to display text.

See Also