\Kendo\Dataviz\UI\SparklineValueAxisItemNotesIconBorder
A PHP class representing the border setting of SparklineValueAxisItemNotesIcon.
Methods
color
The border color of the icon.
Returns
\Kendo\Dataviz\UI\SparklineValueAxisItemNotesIconBorder
Parameters
$value string
Example
<?php
$border = new \Kendo\Dataviz\UI\SparklineValueAxisItemNotesIconBorder();
$border->color('value');
?>
width
The border width of the icon.
Returns
\Kendo\Dataviz\UI\SparklineValueAxisItemNotesIconBorder
Parameters
$value float
Example
<?php
$border = new \Kendo\Dataviz\UI\SparklineValueAxisItemNotesIconBorder();
$border->width(1);
?>