\Kendo\Dataviz\UI\DiagramShapeDefaultsRotation
A PHP class representing the rotation setting of DiagramShapeDefaults.
Methods
angle
Sets the rotational angle of the shape.
Returns
\Kendo\Dataviz\UI\DiagramShapeDefaultsRotation
Parameters
$value float
Example
<?php
$rotation = new \Kendo\Dataviz\UI\DiagramShapeDefaultsRotation();
$rotation->angle(1);
?>