\Kendo\Dataviz\UI\SparklineCategoryAxisItemNotesDataItemLine
A PHP class representing the line setting of SparklineCategoryAxisItemNotesDataItem.
Methods
color
The line color of the note.
Returns
\Kendo\Dataviz\UI\SparklineCategoryAxisItemNotesDataItemLine
Parameters
$value string
Example
<?php
$line = new \Kendo\Dataviz\UI\SparklineCategoryAxisItemNotesDataItemLine();
$line->color('value');
?>
length
The line length of the note.
Returns
\Kendo\Dataviz\UI\SparklineCategoryAxisItemNotesDataItemLine
Parameters
$value float
Example
<?php
$line = new \Kendo\Dataviz\UI\SparklineCategoryAxisItemNotesDataItemLine();
$line->length(1);
?>
width
The line width of the note.
Returns
\Kendo\Dataviz\UI\SparklineCategoryAxisItemNotesDataItemLine
Parameters
$value float
Example
<?php
$line = new \Kendo\Dataviz\UI\SparklineCategoryAxisItemNotesDataItemLine();
$line->width(1);
?>