CircularGaugeCenterTemplateDirective
Directive
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.
Definition
Package:@progress/kendo-angular-gauges
Selector:[kendoCircularGaugeCenterTemplate]
Syntax:
html
<kendo-circulargauge [value]="value">
<ng-template kendoCircularGaugeCenterTemplate let-value="value" let-color="color">
{{ value }}%
</ng-template>
</kendo-circulargauge>