UNPKG

@progress/kendo-angular-gauges

Version:
36 lines (35 loc) 1.45 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ArcLabelsComponent } from '../arc-gauge/labels.component'; import * as i0 from "@angular/core"; /** * Represents the configuration options for the scale labels of the Circular Gauge. * * @example * ```ts * import { Component } from '@angular/core'; * * @Component({ * selector: 'my-app', * template: ` * <kendo-circulargauge [value]="value"> * <kendo-circulargauge-scale> * <kendo-circulargauge-scale-labels * color="blue" * font="12px Arial"> * </kendo-circulargauge-scale-labels> * </kendo-circulargauge-scale> * </kendo-circulargauge> * ` * }) * export class AppComponent { * public value: number = 75; * } * ``` */ export declare class CircularGaugeLabelsComponent extends ArcLabelsComponent { static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeLabelsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeLabelsComponent, "kendo-circulargauge-scale-labels", never, {}, {}, never, never, true, never>; }