<kendo:linearGauge-gaugeArea>
The gauge area configuration options. This is the entire visible area of the gauge.
Example
<kendo:linearGauge>
<kendo:linearGauge-gaugeArea></kendo:linearGauge-gaugeArea>
</kendo:linearGauge>
Configuration Attributes
background java.lang.String
The background of the gauge area. Any valid CSS color string will work here, including hex and rgb.
Example
<kendo:linearGauge-gaugeArea background="background">
</kendo:linearGauge-gaugeArea>
height float
The height of the gauge area. By default, the vertical gauge is 200px and the horizontal one is 60px.
Example
<kendo:linearGauge-gaugeArea height="height">
</kendo:linearGauge-gaugeArea>
margin float
The margin of the gauge area. Further configuration is available via kendo:linearGauge-gaugeArea-margin.
Example
<kendo:linearGauge-gaugeArea margin="margin">
</kendo:linearGauge-gaugeArea>
width float
The width of the gauge area. By default the vertical gauge is 60px and horizontal gauge is 200px.
Example
<kendo:linearGauge-gaugeArea width="width">
</kendo:linearGauge-gaugeArea>
Configuration JSP Tags
kendo:linearGauge-gaugeArea-border
The border of the gauge area.
More documentation is available at kendo:linearGauge-gaugeArea-border.
Example
<kendo:linearGauge-gaugeArea>
<kendo:linearGauge-gaugeArea-border></kendo:linearGauge-gaugeArea-border>
</kendo:linearGauge-gaugeArea>
kendo:linearGauge-gaugeArea-margin
The margin of the gauge area.
More documentation is available at kendo:linearGauge-gaugeArea-margin.
Example
<kendo:linearGauge-gaugeArea>
<kendo:linearGauge-gaugeArea-margin></kendo:linearGauge-gaugeArea-margin>
</kendo:linearGauge-gaugeArea>