Skip to main content

XYDiagramSeriesViewBase.Shadow Property

Gets the shadow settings for the 2D XY-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 2D XY-Diagram.

Shadow

See Also