TopIsHovered: Boolean;
The TopIsHovered property determines whether to show label for the first value of the data series point.
Use the setTopIsHovered method to set the property value, and the getTopIsHovered method to get the property value.
Available values:
true. Label is shown for the first value of the data series point (default).
false. Label is shown for the second value of the data series point.
The example of use is given on the Example of Creating an Area Chart page.
See also: