Back to Devexpress

Annotation.BackColor Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-458fa1ea.md

latest1.4 KB
Original Source

Annotation.BackColor Property

Specifies the annotation‘s background color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Color

A Color value which specifies the annotation’s background color.

|

Remarks

Refer to Annotations for more information.

See Also

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace