UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

40 lines (39 loc) 2.3 kB
import { Font } from 'devextreme/common/charts'; import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiChartStripComponent 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; horizontalAlignment?: HorizontalAlignment; text?: string | undefined; verticalAlignment?: VerticalAlignment; }; set label(value: { font?: Font; horizontalAlignment?: HorizontalAlignment; text?: string | undefined; verticalAlignment?: VerticalAlignment; }); get paddingLeftRight(): number; set paddingLeftRight(value: number); get paddingTopBottom(): number; set paddingTopBottom(value: number); 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<DxiChartStripComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiChartStripComponent, "dxi-chart-strip", never, { "color": { "alias": "color"; "required": false; }; "endValue": { "alias": "endValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "paddingLeftRight": { "alias": "paddingLeftRight"; "required": false; }; "paddingTopBottom": { "alias": "paddingTopBottom"; "required": false; }; "startValue": { "alias": "startValue"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiChartStripModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiChartStripModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChartStripModule, [typeof DxiChartStripComponent], never, [typeof DxiChartStripComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiChartStripModule>; }