<kendo:chart-tooltip-padding>

The padding of the tooltip. A numeric value will set all paddings.

Example

<kendo:chart-tooltip>
    <kendo:chart-tooltip-padding></kendo:chart-tooltip-padding>
</kendo:chart-tooltip>

Configuration Attributes

bottom float

The bottom padding of the tooltip.

Example

<kendo:chart-tooltip-padding bottom="bottom">
</kendo:chart-tooltip-padding>

left float

The left padding of the tooltip.

Example

<kendo:chart-tooltip-padding left="left">
</kendo:chart-tooltip-padding>

The right padding of the tooltip.

Example

<kendo:chart-tooltip-padding right="right">
</kendo:chart-tooltip-padding>

top float

The top padding of the tooltip.

Example

<kendo:chart-tooltip-padding top="top">
</kendo:chart-tooltip-padding>
In this article
Not finding the help you need?