Back to Devexpress

RadarAreaSeriesView.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-radarareaseriesview-4d0e98d1.md

latest1.9 KB
Original Source

RadarAreaSeriesView.FillStyle Property

Gets the fill style of area series within a view of an Radar Area Chart type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
PolygonFillStyle

A PolygonFillStyle object which specifies the fill style for the area.

|

Remarks

The FillStyle property provides settings that specify how the area is painted within a series view of the RadarAreaSeriesView type. Refer to the PolygonFillStyle class description for detailed information on the available settings.

See Also

RadarAreaSeriesView Class

RadarAreaSeriesView Members

DevExpress.XtraCharts Namespace