\Kendo\Dataviz\UI\StockChartValueAxisItemNotesIconBorder

A PHP class representing the border setting of StockChartValueAxisItemNotesIcon.

Methods

color

The border color of the icon.

Returns

\Kendo\Dataviz\UI\StockChartValueAxisItemNotesIconBorder

Parameters

$value string

Example

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

width

The border width of the icon.

Returns

\Kendo\Dataviz\UI\StockChartValueAxisItemNotesIconBorder

Parameters

$value float

Example

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