UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

45 lines (44 loc) 2.08 kB
import { ChartsColor, DashStyle } 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 DxiChartPaneComponent extends CollectionNestedOption { get backgroundColor(): ChartsColor | string; set backgroundColor(value: ChartsColor | string); get border(): { bottom?: boolean; color?: string; dashStyle?: DashStyle; left?: boolean; opacity?: number | undefined; right?: boolean; top?: boolean; visible?: boolean; width?: number; }; set border(value: { bottom?: boolean; color?: string; dashStyle?: DashStyle; left?: boolean; opacity?: number | undefined; right?: boolean; top?: boolean; visible?: boolean; width?: number; }); get height(): number | string | undefined; set height(value: number | string | undefined); get name(): string | undefined; set name(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiChartPaneComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiChartPaneComponent, "dxi-chart-pane", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "border": { "alias": "border"; "required": false; }; "height": { "alias": "height"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiChartPaneModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiChartPaneModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChartPaneModule, [typeof DxiChartPaneComponent], never, [typeof DxiChartPaneComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiChartPaneModule>; }