Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public PolygonFillStyle InterlacedFillStyle { get; }

Property Value

Type Description
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.

RadarAxes-Interlaced

See Also