ChartLabel.ShowHandCursor

Syntax

ShowHandCursor: Boolean

Description

The ShowHandCursor property determines whether to show hand cursor when the cursor hovers over the label.

Comments

Use JSON or the setShowHandCursor method to set the property value, and the getShowHandCursor method to get the property value.

If the property is set to true, the hand cursor is shown on hovering over the label, otherwise default cursor shape is shown.

By default this property is set to false.

Example

The example of use is given in the ChartLabel Constructor page.

See also:

ChartLabel