Skip to main content
A newer version of this page is available.
All docs
V18.2

LegendModel.Shadow Property

Returns the model of the shadow of the modeled legend.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public ShadowModel Shadow { get; }

Property Value

Type Description
ShadowModel

The shadow model.

See Also