\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);
?>
In this article
Not finding the help you need?