ChartCanvasSerie.Shadow

Syntax

Shadow: Object;

Description

The Shadow property determines an object with series shadow settings.

Comments

Property value is set only from JSON.

Example

Example of object with shadow settings:

{
  Blur: 2,
  Color: PP.SolidColorBrush,
  Enabled: true,
  X: 1,
  Y: 1
}

The example of use is given on the ChartCanvasSerie.LineDashStyle page.

See also:

ChartCanvasSerie