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

MarkerBase.FillStyle Property

Gets the marker’s background fill style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public PolygonFillStyle FillStyle { get; }

Property Value

Type Description
PolygonFillStyle

A PolygonFillStyle object which specifies the background fill style.

Remarks

The FillStyle property provides settings that specify how the marker’s background is painted. Refer to the PolygonFillStyle class description for detailed information.

See Also