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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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.
See Also