devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
55 lines (54 loc) • 2.38 kB
TypeScript
/*!
* devextreme-angular
* Version: 24.2.6
* Build date: Mon Mar 17 2025
*
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/devextreme-angular
*/
import { OnInit, OnDestroy } from '@angular/core';
import { ChartsColor, DashStyle } from 'devextreme/common/charts';
import { NestedOptionHost } from 'devextreme-angular/core';
import { NestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxoChartCommonPaneSettingsComponent extends NestedOption implements OnDestroy, OnInit {
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;
});
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoChartCommonPaneSettingsComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoChartCommonPaneSettingsComponent, "dxo-chart-common-pane-settings", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "border": { "alias": "border"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxoChartCommonPaneSettingsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoChartCommonPaneSettingsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoChartCommonPaneSettingsModule, [typeof DxoChartCommonPaneSettingsComponent], never, [typeof DxoChartCommonPaneSettingsComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoChartCommonPaneSettingsModule>;
}