Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public Shadow Shadow { get; }

Property Value

Type Description
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