Skip to main content

SeriesLabelBaseModel.Shadow Property

Returns the model of the shadow of the modeled series label.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
ShadowModel

The shadow model.

See Also