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