UNPKG

igniteui-react-charts

Version:

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

17 lines (16 loc) 455 B
import { EventArgs, Type } from "igniteui-react-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); }