<kendo:circularGauge-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:circularGauge-colors>
    <kendo:circularGauge-color></kendo:circularGauge-color>
</kendo:circularGauge-colors>

Configuration Attributes

color java.lang.String

The color of the pointer in the specified range.

Example

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

from float

The lower range value of the applied color.

Example

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

to float

The upper range value of the applied color.

Example

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