Back to Devexpress

SeriesLabelBase.Shadow Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-cfbae602.md

latest1.4 KB
Original Source

SeriesLabelBase.Shadow Property

Gets the label’s 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

A Shadow object which provides the settings used to paint the label’s shadow.

|

Remarks

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

See Also

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace