Back to Devexpress

MarkerBase.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-markerbase-ad11e2d1.md

latest1.4 KB
Original Source

MarkerBase.FillStyle Property

Gets the marker’s background fill style.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

MarkerBase Class

MarkerBase Members

DevExpress.XtraCharts Namespace