\Kendo\Dataviz\UI\DiagramShapeDefaultsConnectorDefaultsHoverFill
A PHP class representing the fill setting of DiagramShapeDefaultsConnectorDefaultsHover.
Methods
color
Defines the hover fill color of the shape connectors.
Returns
\Kendo\Dataviz\UI\DiagramShapeDefaultsConnectorDefaultsHoverFill
Parameters
$value string
Example
<?php
$fill = new \Kendo\Dataviz\UI\DiagramShapeDefaultsConnectorDefaultsHoverFill();
$fill->color('value');
?>
opacity
Defines the hover fill opacity of the shape connectors.
Returns
\Kendo\Dataviz\UI\DiagramShapeDefaultsConnectorDefaultsHoverFill
Parameters
$value float
Example
<?php
$fill = new \Kendo\Dataviz\UI\DiagramShapeDefaultsConnectorDefaultsHoverFill();
$fill->opacity(1);
?>