Back to Devexpress

XYDiagramSeriesViewBase.Shadow Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagramseriesviewbase-0f57fb6c.md

latest1.6 KB
Original Source

XYDiagramSeriesViewBase.Shadow Property

Gets the shadow settings for the 2D XY-series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Shadow Shadow { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property Shadow As Shadow

Property Value

TypeDescription
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

XYDiagramSeriesViewBase Class

XYDiagramSeriesViewBase Members

DevExpress.XtraCharts Namespace