devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
51 lines (50 loc) • 2.7 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 { ChartZoomAndPanMode, EventKeyModifier } from 'devextreme/viz/chart';
import { NestedOptionHost } from 'devextreme-angular/core';
import { NestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxoChartZoomAndPanComponent extends NestedOption implements OnDestroy, OnInit {
get allowMouseWheel(): boolean;
set allowMouseWheel(value: boolean);
get allowTouchGestures(): boolean;
set allowTouchGestures(value: boolean);
get argumentAxis(): ChartZoomAndPanMode;
set argumentAxis(value: ChartZoomAndPanMode);
get dragBoxStyle(): {
color?: string | undefined;
opacity?: number | undefined;
};
set dragBoxStyle(value: {
color?: string | undefined;
opacity?: number | undefined;
});
get dragToZoom(): boolean;
set dragToZoom(value: boolean);
get panKey(): EventKeyModifier;
set panKey(value: EventKeyModifier);
get valueAxis(): ChartZoomAndPanMode;
set valueAxis(value: ChartZoomAndPanMode);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoChartZoomAndPanComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoChartZoomAndPanComponent, "dxo-chart-zoom-and-pan", never, { "allowMouseWheel": { "alias": "allowMouseWheel"; "required": false; }; "allowTouchGestures": { "alias": "allowTouchGestures"; "required": false; }; "argumentAxis": { "alias": "argumentAxis"; "required": false; }; "dragBoxStyle": { "alias": "dragBoxStyle"; "required": false; }; "dragToZoom": { "alias": "dragToZoom"; "required": false; }; "panKey": { "alias": "panKey"; "required": false; }; "valueAxis": { "alias": "valueAxis"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxoChartZoomAndPanModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoChartZoomAndPanModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoChartZoomAndPanModule, [typeof DxoChartZoomAndPanComponent], never, [typeof DxoChartZoomAndPanComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoChartZoomAndPanModule>;
}