\Kendo\Dataviz\UI\StockChartNavigatorSeriesItemTooltipBorder

A PHP class representing the border setting of StockChartNavigatorSeriesItemTooltip.

Methods

color

The color of the border.

Returns

\Kendo\Dataviz\UI\StockChartNavigatorSeriesItemTooltipBorder

Parameters

$value string

Example

<?php
$border = new \Kendo\Dataviz\UI\StockChartNavigatorSeriesItemTooltipBorder();
$border->color('value');
?>

width

The width of the border.

Returns

\Kendo\Dataviz\UI\StockChartNavigatorSeriesItemTooltipBorder

Parameters

$value float

Example

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