\Kendo\Dataviz\UI\DiagramConnectionDefaultsStroke

A PHP class representing the stroke setting of DiagramConnectionDefaults.

Methods

color

Defines the stroke or line color of the connection.

Returns

\Kendo\Dataviz\UI\DiagramConnectionDefaultsStroke

Parameters

$value string

Example

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

width

Defines the stroke width of the connection.

Returns

\Kendo\Dataviz\UI\DiagramConnectionDefaultsStroke

Parameters

$value float

Example

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