Skip to main content
A newer version of this page is available. .

Annotation.FillStyle Property

Gets the annotation‘s background fill style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RectangleFillStyle FillStyle { get; }

Property Value

Type Description
RectangleFillStyle

A RectangleFillStyle object which specifies the background fill style.

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 Appearance.

See Also