Back to Devexpress

StackedBar3DSeriesLabel.Shadow Property

corelibraries-devexpress-dot-xtracharts-dot-stackedbar3dserieslabel-ba105d55.md

latest1.5 KB
Original Source

StackedBar3DSeriesLabel.Shadow Property

Overrides the SeriesLabelBase.Shadow property to hide it.

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.

|

Remarks

This property is overridden to hide the corresponding property of the SeriesLabelBase class, because the Shadow property isn’t appropriate for the StackedBar3DSeriesLabel class.

See Also

StackedBar3DSeriesLabel Class

StackedBar3DSeriesLabel Members

DevExpress.XtraCharts Namespace