Skip to main content

TotalLabelModel.Shadow Property

Returns the TotalLabel.Shadow property value within the model.

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 settings’ storage.

See Also