@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
29 lines (28 loc) • 1.22 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 { ArcGaugeAreaComponent } from '../arc-gauge/gauge-area.component';
import * as i0 from "@angular/core";
/**
* Represents the configuration options of the Circular Gauge area.
* Sets up the entire visible area of the CircularGauge.
*
* @example
* ```typescript
* @Component({
* selector: 'my-app',
* template: `
* <kendo-circulargauge>
* <kendo-circulargauge-area background="lightblue" margin="10">
* </kendo-circulargauge-area>
* </kendo-circulargauge>
* `
* })
* export class AppComponent { }
* ```
*/
export declare class CircularGaugeAreaComponent extends ArcGaugeAreaComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeAreaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeAreaComponent, "kendo-circulargauge-area", never, {}, {}, never, never, true, never>;
}