Annotation.FillStyle Property
In This Article
Gets the annotation‘s background fill style.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle FillStyle { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
#Remarks
The FillStyle property provides settings that specify how the annotation’s background is painted. For details on this, refer to the RectangleFillStyle class description.
For more information, refer to Annotations.
See Also