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
and color
fields.
html
<kendo-circulargauge [value]="value">
<ng-template kendoCircularGaugeCenterTemplate let-value="value" let-color="color">
{ value }}%
</ng-template>
</kendo-circulargauge>
Selector
[kendoCircularGaugeCenterTemplate]