ChartDirector 7.0 (Java Edition)

ChartViewer.setHotSpotCursor


Usage

public void setHotSpotCursor(Cursor cursor)

Description

Sets the cursor that is displayed when the mouse cursor is over a normal hot spot.

Arguments

ArgumentDefaultDescription
cursor(Mandatory)The java.awt.Cursor object to display when the mouse is over a normal hot spot.

Return Value

None