<kendo:circularGauge-scale-labels>
Configures the scale labels.
Example
<kendo:circularGauge-scale>
<kendo:circularGauge-scale-labels></kendo:circularGauge-scale-labels>
</kendo:circularGauge-scale>
Configuration Attributes
background java.lang.String
The background color of the labels. Any valid CSS color string will work here, including hex and rgb
Example
<kendo:circularGauge-scale-labels background="background">
</kendo:circularGauge-scale-labels>
color java.lang.String
The text color of the labels. Any valid CSS color string will work here, including hex and rgb.
Example
<kendo:circularGauge-scale-labels color="color">
</kendo:circularGauge-scale-labels>
font java.lang.String
The font style of the labels.
Example
<kendo:circularGauge-scale-labels font="font">
</kendo:circularGauge-scale-labels>
format java.lang.String
The format of the labels.
Example
<kendo:circularGauge-scale-labels format="format">
</kendo:circularGauge-scale-labels>
margin float
The margin of the labels. Further configuration is available via kendo:circularGauge-scale-labels-margin.
Example
<kendo:circularGauge-scale-labels margin="margin">
</kendo:circularGauge-scale-labels>
padding float
The padding of the labels. Further configuration is available via kendo:circularGauge-scale-labels-padding.
Example
<kendo:circularGauge-scale-labels padding="padding">
</kendo:circularGauge-scale-labels>
position java.lang.String
The labels positions.
Example
<kendo:circularGauge-scale-labels position="position">
</kendo:circularGauge-scale-labels>
template java.lang.String
The label template. Template variables: * value - the value
Example
<kendo:circularGauge-scale-labels template="template">
</kendo:circularGauge-scale-labels>
visible boolean
The visibility of the labels.
Example
<kendo:circularGauge-scale-labels visible="visible">
</kendo:circularGauge-scale-labels>
Configuration JSP Tags
kendo:circularGauge-scale-labels-border
The border of the labels.
More documentation is available at kendo:circularGauge-scale-labels-border.
Example
<kendo:circularGauge-scale-labels>
<kendo:circularGauge-scale-labels-border></kendo:circularGauge-scale-labels-border>
</kendo:circularGauge-scale-labels>
kendo:circularGauge-scale-labels-margin
The margin of the labels.
More documentation is available at kendo:circularGauge-scale-labels-margin.
Example
<kendo:circularGauge-scale-labels>
<kendo:circularGauge-scale-labels-margin></kendo:circularGauge-scale-labels-margin>
</kendo:circularGauge-scale-labels>
kendo:circularGauge-scale-labels-padding
The padding of the labels.
More documentation is available at kendo:circularGauge-scale-labels-padding.
Example
<kendo:circularGauge-scale-labels>
<kendo:circularGauge-scale-labels-padding></kendo:circularGauge-scale-labels-padding>
</kendo:circularGauge-scale-labels>
Event Attributes
template String
The label template. Template variables: * value - the value
Example
<kendo:circularGauge-scale-labels template="handle_template">
</kendo:circularGauge-scale-labels>
<script>
function handle_template(e) {
// Code to handle the template event.
}
</script>
Event Tags
kendo:circularGauge-scale-labels-template
The label template. Template variables: * value - the value
Example
<kendo:circularGauge-scale-labels>
<kendo:circularGauge-scale-labels-template>
<script>
function(e) {
// Code to handle the template event.
}
</script>
</kendo:circularGauge-scale-labels-template>
</kendo:circularGauge-scale-labels>