Skip to main content

TotalLabel.Shadow Property

Gets total labels’ shadow settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public Shadow Shadow { get; }

Property Value

Type Description
Shadow

The storage of total labels’ shadow settings.

Remarks

Use the Shadow property to specify the shadow’s color, size and visibility.

See Also