\Kendo\Dataviz\UI\ChartYAxisItemNotesDataItemLine

A PHP class representing the line setting of ChartYAxisItemNotesDataItem.

Methods

color

The line color of the note.

Returns

\Kendo\Dataviz\UI\ChartYAxisItemNotesDataItemLine

Parameters

$value string

Example

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

length

The length of the connecting lines in pixels.

Returns

\Kendo\Dataviz\UI\ChartYAxisItemNotesDataItemLine

Parameters

$value float

Example

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

width

The line width of the note.

Returns

\Kendo\Dataviz\UI\ChartYAxisItemNotesDataItemLine

Parameters

$value float

Example

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