AreaSeriesViewBase.FillStyle Property
In This Article
Gets the fill style of area series within a view of an area type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public PolygonFillStyle FillStyle { get; }
#Property Value
Type | Description |
---|---|
Polygon |
A Polygon |
#Remarks
The FillStyle property provides settings that specify how the area is painted within a series view of the AreaSeriesViewBase type. Refer to the PolygonFillStyle class description for detailed information on the available settings.
See Also