\Kendo\Dataviz\UI\SankeyLabelsStroke

A PHP class representing the stroke setting of SankeyLabels.

Methods

color

The color of the stroke.

Returns

\Kendo\Dataviz\UI\SankeyLabelsStroke

Parameters

$value string

Example

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

lineJoin

The line join of the stroke.

Returns

\Kendo\Dataviz\UI\SankeyLabelsStroke

Parameters

$value string

Example

<?php
$stroke = new \Kendo\Dataviz\UI\SankeyLabelsStroke();
$stroke->lineJoin('value');
?>

width

The width of the stroke.

Returns

\Kendo\Dataviz\UI\SankeyLabelsStroke

Parameters

$value float

Example

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