New to Kendo UI for Angular? Start a free 30-day trial
CircularGaugeCenterTemplateDirective
Represents a directive that allows customizing the center part of the <kendo-circulargauge>
component
(more information and example).
The template context provides access to the current CircularGauge value through the value
field.
html
<kendo-circulargauge [value]="value">
<ng-template kendoCircularGaugeCenterTemplate let-value="value">
{ value }}%
</ng-template>
</kendo-circulargauge>
Selector
[kendoCircularGaugeCenterTemplate]