Interface for a class PivotTooltipSettings
PivotChartBorderModel
Allows options to customize tooltip borders.
boolean
Allows to set the visibility of the tooltip.
boolean
If set to true, ToolTip will animate while moving from one point to another.
boolean
Allows to set the visibility of the marker.
string
Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
string
Allows to set the format the ToolTip content.
string
Allows to set the header for tooltip.
number
Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
boolean
If set to true, a single ToolTip will be displayed for every index.
string
Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.
PivotChartFontModel
Allows options to customize the ToolTip text.