\Kendo\Dataviz\UI\StockChartSeriesItemTargetLine

A PHP class representing the line setting of StockChartSeriesItemTarget.

Methods

width

The width of the line.

Returns

\Kendo\Dataviz\UI\StockChartSeriesItemTargetLine

Parameters

$value |\Kendo\JavaScriptFunction

Example - using

<?php
$line = new \Kendo\Dataviz\UI\StockChartSeriesItemTargetLine();
$line->width(new ());
?>

Example - using \Kendo\JavaScriptFunction

<?php
$line = new \Kendo\Dataviz\UI\StockChartSeriesItemTargetLine();
$line->width(new \Kendo\JavaScriptFunction('function() { }'));
?>
In this article
Not finding the help you need?