\Kendo\Dataviz\UI\DiagramConnectionHoverStroke

A PHP class representing the stroke setting of DiagramConnectionHover.

Methods

color

Defines the highlight color when the pointer is hovering over the connection.

Returns

\Kendo\Dataviz\UI\DiagramConnectionHoverStroke

Parameters

$value string

Example

<?php
$stroke = new \Kendo\Dataviz\UI\DiagramConnectionHoverStroke();
$stroke->color('value');
?>
In this article
Not finding the help you need?