Back to Devexpress

PointDrawOptionsBase.Shadow Property

corelibraries-devexpress-dot-xtracharts-dot-pointdrawoptionsbase.md

latest1.8 KB
Original Source

PointDrawOptionsBase.Shadow Property

Gets the Point, Bubble, Line or Area series view’s shadow settings when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Shadow Shadow { get; }
vb
Public ReadOnly Property Shadow As Shadow

Property Value

TypeDescription
Shadow

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

|

Remarks

Use the Shadow property to access and modify shadow settings (such as the color, size and visibility) of the Point or Bubble series view.

See Also

Shadow

PointDrawOptionsBase Class

PointDrawOptionsBase Members

DevExpress.XtraCharts Namespace