<kendo:linearGauge-pointerItem>

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

Example

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

Configuration Attributes

color java.lang.String

The color of the pointer.

Example

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

margin java.lang.Object

The margin of the pointer.

Example

<kendo:linearGauge-pointerItem margin="margin">
</kendo:linearGauge-pointerItem>

opacity float

The opacity of the pointer.

Example

<kendo:linearGauge-pointerItem opacity="opacity">
</kendo:linearGauge-pointerItem>

shape java.lang.String

The shape of the pointer.

Example

<kendo:linearGauge-pointerItem shape="shape">
</kendo:linearGauge-pointerItem>

size float

The size of the pointer.

Example

<kendo:linearGauge-pointerItem size="size">
</kendo:linearGauge-pointerItem>

value float

The value of the gauge.

Example

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

Configuration JSP Tags

kendo:linearGauge-pointerItem-border

The border of the pointer.

More documentation is available at kendo:linearGauge-pointerItem-border.

Example

<kendo:linearGauge-pointerItem>
    <kendo:linearGauge-pointerItem-border></kendo:linearGauge-pointerItem-border>
</kendo:linearGauge-pointerItem>

kendo:linearGauge-pointerItem-track

The element arround/under the pointer. (available only for 'barIndicator' shape)

More documentation is available at kendo:linearGauge-pointerItem-track.

Example

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