\Kendo\Dataviz\UI\DiagramShapeDefaultsConnectorDefaultsFill

A PHP class representing the fill setting of DiagramShapeDefaultsConnectorDefaults.

Methods

color

Defines the fill color of the shape connectors.

Returns

\Kendo\Dataviz\UI\DiagramShapeDefaultsConnectorDefaultsFill

Parameters

$value string

Example

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

opacity

Defines the fill opacity of the shape connectors.

Returns

\Kendo\Dataviz\UI\DiagramShapeDefaultsConnectorDefaultsFill

Parameters

$value float

Example

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