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