Back to Devexpress

Bar3DSeriesLabel.Shadow Property

corelibraries-devexpress-dot-xtracharts-dot-bar3dserieslabel-1fa6c189.md

latest1.3 KB
Original Source

Bar3DSeriesLabel.Shadow Property

Overrides the SeriesLabelBase.Shadow property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public Shadow Shadow { get; }
vb
<Browsable(False)>
Public ReadOnly Property Shadow As Shadow

Property Value

TypeDescription
Shadow

A Shadow object which provides settings used to paint the label’s shadow.

|

Remarks

This property is overridden to hide the corresponding property of the SeriesLabelBase class.

See Also

Bar3DSeriesLabel Class

Bar3DSeriesLabel Members

DevExpress.XtraCharts Namespace