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