XYDiagramSeriesViewBase.Shadow Property
In This Article
Gets the shadow settings for the 2D XY-series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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.
See Also