<kendo:radialGauge-gaugeArea>

The gauge area configuration options. This is the entire visible area of the gauge.

Example

<kendo:radialGauge>
    <kendo:radialGauge-gaugeArea></kendo:radialGauge-gaugeArea>
</kendo:radialGauge>

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:radialGauge-gaugeArea background="background">
</kendo:radialGauge-gaugeArea>

height float

The height of the gauge area. By default, the vertical gauge is 200px and the horizontal one is 60px.

Example

<kendo:radialGauge-gaugeArea height="height">
</kendo:radialGauge-gaugeArea>

margin float

The margin of the gauge area. Further configuration is available via kendo:radialGauge-gaugeArea-margin.

Example

<kendo:radialGauge-gaugeArea margin="margin">
</kendo:radialGauge-gaugeArea>

width float

The width of the gauge area. By default the vertical gauge is 60px and horizontal gauge is 200px.

Example

<kendo:radialGauge-gaugeArea width="width">
</kendo:radialGauge-gaugeArea>

Configuration JSP Tags

kendo:radialGauge-gaugeArea-border

The border of the gauge area.

More documentation is available at kendo:radialGauge-gaugeArea-border.

Example

<kendo:radialGauge-gaugeArea>
    <kendo:radialGauge-gaugeArea-border></kendo:radialGauge-gaugeArea-border>
</kendo:radialGauge-gaugeArea>

kendo:radialGauge-gaugeArea-margin

The margin of the gauge area.

More documentation is available at kendo:radialGauge-gaugeArea-margin.

Example

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