<kendo:radialGauge-pointerItem>

The pointer configuration options. It accepts an Array of pointers, each with it's own configuration options.

Example

<kendo:radialGauge-pointer>
    <kendo:radialGauge-pointerItem></kendo:radialGauge-pointerItem>
</kendo:radialGauge-pointer>

Configuration Attributes

color java.lang.String

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

Example

<kendo:radialGauge-pointerItem color="color">
</kendo:radialGauge-pointerItem>

length float

The pointer length (in percent) that is based on the distance to the scale. The default length of 1 indicates that the pointer exactly reaches the scale. Accepts values between 0.1 and 1.5.

Example

<kendo:radialGauge-pointerItem length="length">
</kendo:radialGauge-pointerItem>

value float

The value of the gauge.

Example

<kendo:radialGauge-pointerItem value="value">
</kendo:radialGauge-pointerItem>

Configuration JSP Tags

kendo:radialGauge-pointerItem-cap

The cap configuration options.

More documentation is available at kendo:radialGauge-pointerItem-cap.

Example

<kendo:radialGauge-pointerItem>
    <kendo:radialGauge-pointerItem-cap></kendo:radialGauge-pointerItem-cap>
</kendo:radialGauge-pointerItem>
In this article
Not finding the help you need?