\Kendo\Dataviz\UI\SparklineSeriesItemTargetLine

A PHP class representing the line setting of SparklineSeriesItemTarget.

Methods

width

The width of the line.

Returns

\Kendo\Dataviz\UI\SparklineSeriesItemTargetLine

Parameters

$value |\Kendo\JavaScriptFunction

Example - using

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

Example - using \Kendo\JavaScriptFunction

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