Back to Devexpress

SeriesLabelBase.TextColor Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-79996bbd.md

latest1.3 KB
Original Source

SeriesLabelBase.TextColor Property

Gets or sets the label’s text color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color TextColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property TextColor As Color

Property Value

TypeDescription
Color

A Color structure which specifies the label’s text color.

|

See Also

BackColor

Font

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace