\Kendo\Dataviz\UI\DiagramShapeRotation

A PHP class representing the rotation setting of DiagramShape.

Methods

angle

The rotation angle.

Returns

\Kendo\Dataviz\UI\DiagramShapeRotation

Parameters

$value float

Example

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