Search
SeriesRenderer.setToolTip Method
See Also
 






Sets tooltip text and location.

Namespace: MindFusion.Charting
File: SeriesRenderer.js

 Syntax

JavaScript  Copy Code

function setToolTip (text, location)

 Parameters

text

A string specifying tooltip text.

location

A Point specifying tooltip location.

 See Also