corelibraries-devexpress-dot-xtracharts-dot-radaraxis.md
Gets the fill style of a diagram’s background within a view of a Radar Series type.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public PolygonFillStyle InterlacedFillStyle { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property InterlacedFillStyle As PolygonFillStyle
| Type | Description |
|---|---|
| PolygonFillStyle |
A PolygonFillStyle object which specifies the fill style for the diagram’s background.
|
The InterlacedFillStyle property provides settings that specify how the diagram background is painted within a series view of the Radar type. Refer to the PolygonFillStyle class description for detailed information on the available settings.
The following picture illustrates the visual appearance of the radar chart axes with InterlacedFillStyle set to FillMode.Gradient.
See Also