UNPKG

@progress/kendo-angular-gauges

Version:
27 lines (26 loc) 1.26 kB
/**----------------------------------------------------------------------------------------- * 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 * as i0 from "@angular/core"; /** * Represents the configuration options for the LinearGauge scale labels. * * @example * ```html * <kendo-lineargauge> * <kendo-lineargauge-scale> * <kendo-lineargauge-scale-labels [visible]="true" [format]="'N0'"> * </kendo-lineargauge-scale-labels> * </kendo-lineargauge-scale> * </kendo-lineargauge> * ``` */ export declare class LinearLabelsComponent extends LabelsComponent { protected configurationService: ConfigurationService; constructor(configurationService: ConfigurationService); static ɵfac: i0.ɵɵFactoryDeclaration<LinearLabelsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LinearLabelsComponent, "kendo-lineargauge-scale-labels", never, {}, {}, never, never, true, never>; }