@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
19 lines (18 loc) • 1.16 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { LabelsComponent } from '../base-components';
import { ConfigurationService } from '../services';
import { RadialLabels, RadialLabelPosition } from '../types';
import * as i0 from "@angular/core";
/**
* The configuration options for the scale labels of the RadialGauge.
*/
export declare class RadialLabelsComponent extends LabelsComponent implements RadialLabels {
protected configurationService: ConfigurationService;
position: RadialLabelPosition;
constructor(configurationService: ConfigurationService);
static ɵfac: i0.ɵɵFactoryDeclaration<RadialLabelsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RadialLabelsComponent, "kendo-radialgauge-scale-labels", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
}