\Kendo\Dataviz\UI\SparklineSeriesItemNotesIconBorder

A PHP class representing the border setting of SparklineSeriesItemNotesIcon.

Methods

color

The border color of the icon.

Returns

\Kendo\Dataviz\UI\SparklineSeriesItemNotesIconBorder

Parameters

$value string

Example

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

width

The border width of the icon.

Returns

\Kendo\Dataviz\UI\SparklineSeriesItemNotesIconBorder

Parameters

$value float

Example

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