Gets or sets the horizontal padding to the left and right of the tooltip text.
Namespace: MindFusion.Charting
File: MindFusion.Charting.js
JavaScript Copy Code |
---|
get horizontalPadding() {} |
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 |