\Kendo\Dataviz\UI\StockChartNavigatorCategoryAxisNotesDataItemIconBorder

A PHP class representing the border setting of StockChartNavigatorCategoryAxisNotesDataItemIcon.

Methods

color

The border color of the icon.

Returns

\Kendo\Dataviz\UI\StockChartNavigatorCategoryAxisNotesDataItemIconBorder

Parameters

$value string

Example

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

width

The border width of the icon.

Returns

\Kendo\Dataviz\UI\StockChartNavigatorCategoryAxisNotesDataItemIconBorder

Parameters

$value float

Example

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