\Kendo\Dataviz\UI\DiagramConnectionEndCapFill

A PHP class representing the fill setting of DiagramConnectionEndCap.

Methods

color

The connection end cap fill color.

Returns

\Kendo\Dataviz\UI\DiagramConnectionEndCapFill

Parameters

$value string

Example

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