Search
SeriesRenderer.setToolTip Method
See Also
 






Sets tooltip text and location.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

protected void setToolTip (
    String text,
    Point2D location
)

 Parameters

text

A string specifying the tooltip text.

location

A Point2D specifying the tooltip location.

 See Also