UNPKG

@progress/kendo-angular-gauges

Version:
26 lines (25 loc) 1.25 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { GaugeAreaComponent } from '../base-components'; import { ConfigurationService } from '../services'; import * as i0 from "@angular/core"; /** * Represents the configuration options for the LinearGauge area. * This component controls the entire visible area of the LinearGauge. * * @example * ```html * <kendo-lineargauge> * <kendo-lineargauge-area background="lightblue" [border]="{ width: 2 }"> * </kendo-lineargauge-area> * </kendo-lineargauge> * ``` */ export declare class LinearGaugeAreaComponent extends GaugeAreaComponent { protected configurationService: ConfigurationService; constructor(configurationService: ConfigurationService); static ɵfac: i0.ɵɵFactoryDeclaration<LinearGaugeAreaComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LinearGaugeAreaComponent, "kendo-lineargauge-area", never, {}, {}, never, never, true, never>; }