MarkerBase.FillStyle Property
In This Article
Gets the marker’s background fill style.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public PolygonFillStyle FillStyle { get; }
#Property Value
Type | Description |
---|---|
Polygon |
A Polygon |
#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