Skip to main content

StackedArea3DSeriesLabel.Shadow Property

Overrides the SeriesLabelBase.Shadow property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public Shadow Shadow { get; }

Property Value

Type Description
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 StackedArea3DSeriesLabel class.

See Also