Annotation.BackColor Property
Specifies the annotation‘s background color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A Color value which specifies the annotation’s background color. |
Remarks
Refer to Annotations for more information.
See Also