Skip to main content

RadarSeriesViewBase.Shadow Property

Gets the shadow settings for the Radar and Polar series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Shadow

A Shadow object which provides the settings used to paint the series shadow.

Remarks

Use the Shadow property to specify the shadow color, size and visibility for series compatible with the Radar and Polar Diagrams.

See Also