<kendo:linearGauge-pointerItem-track>
The element arround/under the pointer. (available only for 'barIndicator' shape)
Example
<kendo:linearGauge-pointerItem>
<kendo:linearGauge-pointerItem-track></kendo:linearGauge-pointerItem-track>
</kendo:linearGauge-pointerItem>
Configuration Attributes
color java.lang.String
The color of the track.
Example
<kendo:linearGauge-pointerItem-track color="color">
</kendo:linearGauge-pointerItem-track>
opacity float
The opacity of the track.
Example
<kendo:linearGauge-pointerItem-track opacity="opacity">
</kendo:linearGauge-pointerItem-track>
size float
The size of the track.
Example
<kendo:linearGauge-pointerItem-track size="size">
</kendo:linearGauge-pointerItem-track>
visible boolean
The visibility of the track.
Example
<kendo:linearGauge-pointerItem-track visible="visible">
</kendo:linearGauge-pointerItem-track>
Configuration JSP Tags
kendo:linearGauge-pointerItem-track-border
The border of the track.
More documentation is available at kendo:linearGauge-pointerItem-track-border.
Example
<kendo:linearGauge-pointerItem-track>
<kendo:linearGauge-pointerItem-track-border></kendo:linearGauge-pointerItem-track-border>
</kendo:linearGauge-pointerItem-track>