ChartArea.getCrosshairLabelsLayer

Syntax

getCrosshairLabelsLayer();

Description

The getCrosshairLabelsLayer method gets SVG element used to draw layer of the labels that indicate positions of selected items.

Comments

This method returns a value of the SVGElement type.

Example

The example of method use is given in description of the ChartArea.getCrosshairLayer method.

See also:

ChartArea