Back to Devexpress

Annotation.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-d5ae2cd5.md

latest1.8 KB
Original Source

Annotation.FillStyle Property

Gets the annotation‘s background fill style.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle FillStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property FillStyle As RectangleFillStyle

Property Value

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

See Also

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace