\Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding

A PHP class representing the padding setting of ChartCategoryAxisItemCrosshairTooltip.

Methods

bottom

The bottom padding of the crosshair tooltip.

Returns

\Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding

Parameters

$value float

Example

<?php
$padding = new \Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding();
$padding->bottom(1);
?>

left

The left padding of the crosshair tooltip.

Returns

\Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding

Parameters

$value float

Example

<?php
$padding = new \Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding();
$padding->left(1);
?>

The right padding of the crosshair tooltip.

Returns

\Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding

Parameters

$value float

Example

<?php
$padding = new \Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding();
$padding->right(1);
?>

top

The top padding of the crosshair tooltip.

Returns

\Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding

Parameters

$value float

Example

<?php
$padding = new \Kendo\Dataviz\UI\ChartCategoryAxisItemCrosshairTooltipPadding();
$padding->top(1);
?>
In this article
Not finding the help you need?