Gets or sets the horizontal offset from the pointer.
Namespace: MindFusion.Charting
File: MindFusion.Charting.js
SyntaxJavaScript
Copy Code
|
|---|
get horizontalOffset() {} |
A number.
ExampleThe following code customizes a tooltip rendered on a chart built with MindFusion.Charting for JavaScript:
JavaScript
Copy Code
|
|---|
var ToolTip = Charting.ToolTip; // customize tooltips |
See Also