igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
17 lines (16 loc) • 457 B
TypeScript
import { EventArgs, Type } from "igniteui-angular-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);
}