ChartAreaPoint.TopIsHovered

Syntax

TopIsHovered: Boolean;

Description

The TopIsHovered property determines whether to show label for the first value of the data series point.

Comments

Use the setTopIsHovered method to set the property value, and the getTopIsHovered method to get the property value.

Available values:

Example

The example of use is given on the Example of Creating an Area Chart page.

See also:

ChartAreaPoint