\Kendo\Dataviz\UI\ChartValueAxisItemNotesIconBorder

A PHP class representing the border setting of ChartValueAxisItemNotesIcon.

Methods

color

The border color of the icon.

Returns

\Kendo\Dataviz\UI\ChartValueAxisItemNotesIconBorder

Parameters

$value string

Example

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

width

The border width of the icon.

Returns

\Kendo\Dataviz\UI\ChartValueAxisItemNotesIconBorder

Parameters

$value float

Example

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