sryd-charts-enterprise
Version:
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
14 lines (13 loc) • 548 B
TypeScript
import type { AgZoomAnchorPoint } from 'ag-charts-community';
import { _ModuleSupport } from 'ag-charts-community';
export declare class ZoomAxisDragger {
private coords?;
private oldZoom?;
update(event: {
currentX: number;
currentY: number;
}, direction: _ModuleSupport.ChartAxisDirection, anchor: AgZoomAnchorPoint, bbox: _ModuleSupport.BBox, zoom?: _ModuleSupport.AxisZoomState, axisZoom?: _ModuleSupport.ZoomState): _ModuleSupport.ZoomState;
stop(): void;
private updateCoords;
private updateZoom;
}