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

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>
In this article
Definition
Not finding the help you need?
Contact Support