Back to Devexpress

RadarDiagram.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-radardiagram-adf91318.md

latest1.7 KB
Original Source

RadarDiagram.FillStyle Property

Gets the diagram’s background fill style.

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 background fill style.

|

Remarks

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

See Also

BackColor

RadarDiagram Class

RadarDiagram Members

DevExpress.XtraCharts Namespace