\Kendo\Dataviz\UI\StockChartSeriesItemHighlightBorder

A PHP class representing the border setting of StockChartSeriesItemHighlight.

Methods

color

The border color.

Returns

\Kendo\Dataviz\UI\StockChartSeriesItemHighlightBorder

Parameters

$value string

Example

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

opacity

The border opacity.

Returns

\Kendo\Dataviz\UI\StockChartSeriesItemHighlightBorder

Parameters

$value float

Example

<?php
$border = new \Kendo\Dataviz\UI\StockChartSeriesItemHighlightBorder();
$border->opacity(1);
?>

width

The width of the border.

Returns

\Kendo\Dataviz\UI\StockChartSeriesItemHighlightBorder

Parameters

$value float

Example

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