\Kendo\Dataviz\UI\StockChartValueAxisItemTitleBorder

A PHP class representing the border setting of StockChartValueAxisItemTitle.

Methods

color

The color of the border.

Returns

\Kendo\Dataviz\UI\StockChartValueAxisItemTitleBorder

Parameters

$value string

Example

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

dashType

The dash type of the border.

Returns

\Kendo\Dataviz\UI\StockChartValueAxisItemTitleBorder

Parameters

$value string

Example

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

width

The width of the border.

Returns

\Kendo\Dataviz\UI\StockChartValueAxisItemTitleBorder

Parameters

$value float

Example

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