\Kendo\Dataviz\UI\RadialGaugePointerItemCap

A PHP class representing the cap setting of RadialGaugePointerItem.

Methods

color

The color of the cap. Any valid CSS color string will work here, including hex and rgb.

Returns

\Kendo\Dataviz\UI\RadialGaugePointerItemCap

Parameters

$value string

Example

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

size

The size of the cap in percents. (from 0 to 1)

Returns

\Kendo\Dataviz\UI\RadialGaugePointerItemCap

Parameters

$value float

Example

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