<kendo:arcGauge-color>

The color ranges of the value pointer. The pointer color will be set to the color from the range that contains the current value.

Example

<kendo:arcGauge-colors>
    <kendo:arcGauge-color></kendo:arcGauge-color>
</kendo:arcGauge-colors>

Configuration Attributes

color java.lang.String

The color of the pointer in the specified range.

Example

<kendo:arcGauge-color color="color">
</kendo:arcGauge-color>

from float

The lower range value of the applied color.

Example

<kendo:arcGauge-color from="from">
</kendo:arcGauge-color>

to float

The upper range value of the applied color.

Example

<kendo:arcGauge-color to="to">
</kendo:arcGauge-color>
In this article
Not finding the help you need?