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

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