RatingChart.ShowToolTip

Syntax

ShowToolTip: Boolean;

Description

The ShowToolTip property determines attribute of displaying tooltip in rating chart.

Comments

Use JSON or the setShowToolTip method to set the property value, and the getShowToolTip method to get the property value.

If the property value is true (default), tooltip displaying is allowed for the rating chart, when the property is set to false, tooltip is disabled.

Example

The property use is given in the example for RatingChart.ShowSplitter.

See also:

RatingChart