\Kendo\Dataviz\UI\StockChartNavigatorSeriesItemBorder

A PHP class representing the border setting of StockChartNavigatorSeriesItem.

Methods

color

The color of the border. It defaults to the color of the current series.

Returns

\Kendo\Dataviz\UI\StockChartNavigatorSeriesItemBorder

Parameters

$value string

Example

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

dashType

The dash type of the border.

Returns

\Kendo\Dataviz\UI\StockChartNavigatorSeriesItemBorder

Parameters

$value string

Example

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

width

The width of the border.

Returns

\Kendo\Dataviz\UI\StockChartNavigatorSeriesItemBorder

Parameters

$value float

Example

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