Back to Devexpress

Funnel3DSeriesLabel.Shadow Property

corelibraries-devexpress-dot-xtracharts-dot-funnel3dserieslabel-a58ef8db.md

latest1.4 KB
Original Source

Funnel3DSeriesLabel.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, since the Shadow property isn’t appropriate for the Funnel3DSeriesLabel control.

See Also

Funnel3DSeriesLabel Class

Funnel3DSeriesLabel Members

DevExpress.XtraCharts Namespace