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

ArcCenterTemplateDirective

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 field.

html
<kendo-arcgauge [value]="value">
   <ng-template kendoArcGaugeCenterTemplate let-value="value">
        {{ value }}%
    </ng-template>
</kendo-arcgauge>

Selector

[kendoArcGaugeCenterTemplate]

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