New to Kendo UI for jQueryStart a free 30-day trial

Templates

You can customize the content inside the center of the ArcGauge by using the center template.

To render the center template of an ArcGauge, specify the centerTemplate.

The following example demonstrates how to create a custom center template.

js
$("#gauge").kendoArcGauge({
    value: 30,
    centerTemplate: '#: value #%'
});

See Also

In this article
See Also
Not finding the help you need?
Contact Support