Skip to main content
All docs
V24.1

SankeyTextElement.TextColor Property

Gets or sets the text color for the element.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

A color that is used to display text.

See Also