Back to Devexpress

TotalLabel.Shadow Property

corelibraries-devexpress-dot-xtracharts-dot-totallabel-ea6b47ae.md

latest1.3 KB
Original Source

TotalLabel.Shadow Property

Gets total labels’ shadow settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Shadow Shadow { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Shadow As Shadow

Property Value

TypeDescription
Shadow

The storage of total labels’ shadow settings.

|

Remarks

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

See Also

TotalLabel Class

TotalLabel Members

DevExpress.XtraCharts Namespace