UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

50 lines (49 loc) 2.83 kB
import { DashStyle, Font, RelativePosition } 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 DxiChartConstantLineComponent extends CollectionNestedOption { get color(): string; set color(value: string); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get displayBehindSeries(): boolean; set displayBehindSeries(value: boolean); get extendAxis(): boolean; set extendAxis(value: boolean); get label(): { font?: Font; horizontalAlignment?: HorizontalAlignment; position?: RelativePosition; text?: string | undefined; verticalAlignment?: VerticalAlignment; visible?: boolean; }; set label(value: { font?: Font; horizontalAlignment?: HorizontalAlignment; position?: RelativePosition; text?: string | undefined; verticalAlignment?: VerticalAlignment; visible?: boolean; }); get paddingLeftRight(): number; set paddingLeftRight(value: number); get paddingTopBottom(): number; set paddingTopBottom(value: number); get value(): Date | number | string | undefined; set value(value: Date | number | string | undefined); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiChartConstantLineComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiChartConstantLineComponent, "dxi-chart-constant-line", never, { "color": { "alias": "color"; "required": false; }; "dashStyle": { "alias": "dashStyle"; "required": false; }; "displayBehindSeries": { "alias": "displayBehindSeries"; "required": false; }; "extendAxis": { "alias": "extendAxis"; "required": false; }; "label": { "alias": "label"; "required": false; }; "paddingLeftRight": { "alias": "paddingLeftRight"; "required": false; }; "paddingTopBottom": { "alias": "paddingTopBottom"; "required": false; }; "value": { "alias": "value"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiChartConstantLineModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiChartConstantLineModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChartConstantLineModule, [typeof DxiChartConstantLineComponent], never, [typeof DxiChartConstantLineComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiChartConstantLineModule>; }