\Kendo\Dataviz\UI\DiagramShapeConnectorDefaultsHoverFill

A PHP class representing the fill setting of DiagramShapeConnectorDefaultsHover.

Methods

color

Defines the hover fill color of the shape connectors.

Returns

\Kendo\Dataviz\UI\DiagramShapeConnectorDefaultsHoverFill

Parameters

$value string

Example

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

opacity

Defines the hover fill opacity of the shape connectors.

Returns

\Kendo\Dataviz\UI\DiagramShapeConnectorDefaultsHoverFill

Parameters

$value float

Example

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