Skip to main content
A newer version of this page is available. .

RangeArea3DSeriesLabel.Shadow Property

Overrides the SeriesLabelBase.Shadow property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public Shadow Shadow { get; }

Property Value

Type Description
Shadow

A Shadow object.

Remarks

The Shadow property is overridden in this class, because it can be used for RangeArea3DSeriesLabel and therefore should be hidden.

See Also