\Kendo\Dataviz\UI\DiagramConnectionDefaultsHoverStroke

A PHP class representing the stroke setting of DiagramConnectionDefaultsHover.

Methods

color

Defines the highlight color when the mouse pointer hovers over connections.

Returns

\Kendo\Dataviz\UI\DiagramConnectionDefaultsHoverStroke

Parameters

$value string

Example

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