ArcCenterTemplateDirective
Directive
Represents a directive that allows customizing the center part of the <kendo-arcgauge> component.
Use this directive to create a center template
(more information and example).
The template context provides access to the current ArcGauge value through the value and color fields.
Definition
Package:@progress/kendo-angular-gauges
Selector:[kendoArcGaugeCenterTemplate]
Syntax:
html
<kendo-arcgauge [value]="value">
<ng-template kendoArcGaugeCenterTemplate let-value="value" let-color="color">
{{ value }}%
</ng-template>
</kendo-arcgauge>