\Kendo\Dataviz\UI\SparklineValueAxisItemNotesDataItemLine

A PHP class representing the line setting of SparklineValueAxisItemNotesDataItem.

Methods

color

The line color of the note.

Returns

\Kendo\Dataviz\UI\SparklineValueAxisItemNotesDataItemLine

Parameters

$value string

Example

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

length

The line length of the note.

Returns

\Kendo\Dataviz\UI\SparklineValueAxisItemNotesDataItemLine

Parameters

$value float

Example

<?php
$line = new \Kendo\Dataviz\UI\SparklineValueAxisItemNotesDataItemLine();
$line->length(1);
?>

width

The line width of the note.

Returns

\Kendo\Dataviz\UI\SparklineValueAxisItemNotesDataItemLine

Parameters

$value float

Example

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