ag-charts-enterprise
Version:
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
10 lines (9 loc) • 429 B
TypeScript
import { _ModuleSupport, _Widget } from 'ag-charts-community';
import type { BoxBounds } from 'ag-charts-core';
type State = _ModuleSupport.CoreZoomState;
type StateRetrieval = _ModuleSupport.CoreZoomStateSafeRetrieval;
export declare class ZoomScrollPanner {
update(event: _Widget.WheelWidgetEvent, step: number, mode: 'pan' | 'zoom', bbox: BoxBounds, zooms: StateRetrieval): State;
private translateZooms;
}
export {};