Back to Devexpress

Annotation.Shadow Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-912ff60f.md

latest1.6 KB
Original Source

Annotation.Shadow Property

Gets the annotation‘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 legend’s shadow.

|

Remarks

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

For more information, refer to Annotations.

See Also

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace