PCLine.getTooltipValues

Syntax

getTooltipValues(noDataText: String, x: Number);

Parameters

noDataText. Text that is auto set if tooltip text value is not specified.

x. Coordinate used to get variables for axes at the left and at the right.

Description

The getTooltipValues method returns values of line tooltip variables.

Example

The example of method use is given in description of the PCLine.toggleTooltip method.

See also:

PCLine