UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

17 lines (16 loc) 463 B
import { EventArgs, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SeriesViewerManipulationEventArgs extends EventArgs { static $t: Type; private _isZoomPan; get isZoomPan(): boolean; set isZoomPan(a: boolean); private _isDragZoom; get isDragZoom(): boolean; set isDragZoom(a: boolean); private _isDragSelect; get isDragSelect(): boolean; set isDragSelect(a: boolean); }