UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

31 lines (30 loc) 1.78 kB
import { Font } from 'devextreme/common/charts'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiPolarChartStripComponent extends CollectionNestedOption { get color(): string | undefined; set color(value: string | undefined); get endValue(): Date | number | string | undefined; set endValue(value: Date | number | string | undefined); get label(): { font?: Font; text?: string | undefined; }; set label(value: { font?: Font; text?: string | undefined; }); get startValue(): Date | number | string | undefined; set startValue(value: Date | number | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiPolarChartStripComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiPolarChartStripComponent, "dxi-polar-chart-strip", never, { "color": { "alias": "color"; "required": false; }; "endValue": { "alias": "endValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "startValue": { "alias": "startValue"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiPolarChartStripModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiPolarChartStripModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiPolarChartStripModule, [typeof DxiPolarChartStripComponent], never, [typeof DxiPolarChartStripComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiPolarChartStripModule>; }