Back to Devexpress

RadarAxis.InterlacedFillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-radaraxis.md

latest2.1 KB
Original Source

RadarAxis.InterlacedFillStyle Property

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

Declaration

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

Property Value

TypeDescription
PolygonFillStyle

A PolygonFillStyle object which specifies the fill style for the diagram’s background.

|

Remarks

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

RadarAxis Class

RadarAxis Members

DevExpress.XtraCharts Namespace