Back to Devexpress

TextAnnotation.TextColor Property

corelibraries-devexpress-dot-xtracharts-dot-textannotation-c026fe05.md

latest1.3 KB
Original Source

TextAnnotation.TextColor Property

Gets or sets the annotation‘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 color of the annotation’s text.

|

See Also

TextAnnotation Class

TextAnnotation Members

DevExpress.XtraCharts Namespace