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