Gets or sets the tooltip position.
Namespace: MindFusion.Charting
File: MindFusion.Charting.js
Syntax
ExampleThe following code specifies that the tooltip will render at a Point(100,100):
JavaScript
Copy Code
|
|---|
var ToolTip = Charting.ToolTip; // customize the tooltip |
See Also