ChartTooltip.HasMask

Syntax

HasMask: Boolean

Description

The HasMask property determines if tooltip text is created following a template.

Comments

Use JSON or the setHasMask method to set the property value and the getHasMask method to get the property value.

This property is true if the tooltip text is created following a template, and false if otherwise.

Example

The example of property use is given in the page ChartSerie Constructor.

See also:

ChartTooltip