DropShadow.render

Syntax

render(parent: SVGElement | VMLElement);

Parameters

parent. The parent node, in which the SVG element is created that corresponds to speedometer visualizer shadow.

Description

The render method creates an SVG element that corresponds to speedometer visualizer shadow.

Example

The example of use is given in description of the DropShadow constructor.

See also:

DropShadow