ValueAxis.crosshair.tooltip
configurationThe crosshair tooltip options.
The crosshair tooltip is displayed when the valueAxis.crosshair.tooltip.visible option is set to
true.
The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
The border options.
The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
The tooltip font.
Default: "12px Arial,Helvetica,sans-serif"
The format used to display the tooltip. Uses kendo.format. Contains one placeholder ("{0}") which represents the value value.
Default: "{0}"
valueAxis.crosshair.tooltip.padding
Number|ObjectThe padding of the crosshair tooltip. A numeric value will set all paddings.
Default: 0
The position of the crosshair tooltip.
valueAxis.crosshair.tooltip.template
String|FunctionThe template which renders the tooltip.
The fields which can be used in the template are:
- value - the value value
The text can be split into multiple lines by using line feed characters ("\n").
If set to true the chart will display the value axis crosshair tooltip. By default the value axis crosshair tooltip is not visible.
Default: false