| auto-hide | Boolean | Specifies if the tooltip will be hidden when the mouse leaves the target element. If set to false, a Close button will be shown within tooltip. |
| background | String | The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb. |
| color | String | The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb. |
| font | String | The tooltip font. |
| format | String | The format of the labels. Uses kendo.format.Format placeholders: Area, bar, column, funnel, pyramid, line and pie; {0} - value; Bubble; {0} - x value; {1} - y value; {2} - size value; {3} - category name; Bullet; {0} - value; {1} - target value; Scatter and scatterLine; {0} - x value; {1} - y value; Candlestick and OHLC; {0} - open value; {1} - high value; {2} - low value; {3} - close value; {4} - category name; RangeArea, rangeBar, rangeColumn; {0} - from value or {1} - to value. |
| opacity | Double | The opacity of the tooltip. |
| shared | Boolean | If set to true the chart will display a single tooltip for every category. |
| shared-template | String | The template which renders the shared tooltip.The fields which can be used in the template are: points - the category points or category - the category name. |
| shared-template-handler | String | The template which renders the shared tooltip.The fields which can be used in the template are: points - the category points or category - the category name. This option expects the name of a JavaScript function that will be called to return the template. |
| shared-template-id | String | The template which renders the shared tooltip.The fields which can be used in the template are: points - the category points or category - the category name. This option expects the ID of the script element that contains the template. |
| shared-template-view | IHtmlContent | The template which renders the shared tooltip.The fields which can be used in the template are: points - the category points or category - the category name. This option expects the instance containing the created HTML. |
| template | String | The template which renders the tooltip.The fields which can be used in the template are: category - the category name; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series; value - the point value (either a number or an object); runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series. or total - the sum of all previous series values. Available for waterfall series.. |
| template-handler | String | The template which renders the tooltip.The fields which can be used in the template are: category - the category name; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series; value - the point value (either a number or an object); runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series. or total - the sum of all previous series values. Available for waterfall series.. This option expects the name of a JavaScript function that will be called to return the template. |
| template-id | String | The template which renders the tooltip.The fields which can be used in the template are: category - the category name; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series; value - the point value (either a number or an object); runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series. or total - the sum of all previous series values. Available for waterfall series.. This option expects the ID of the script element that contains the template. |
| template-view | IHtmlContent | The template which renders the tooltip.The fields which can be used in the template are: category - the category name; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series; value - the point value (either a number or an object); runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series. or total - the sum of all previous series values. Available for waterfall series.. This option expects the instance containing the created HTML. |
| visible | Boolean | If set to true the chart will display the series tooltip. By default the series tooltip is not displayed. |