igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
22 lines (21 loc) • 901 B
TypeScript
import { SeriesViewerManipulationEventArgs as SeriesViewerManipulationEventArgs_internal } from "./SeriesViewerManipulationEventArgs";
export declare class IgxSeriesViewerManipulationEventArgs {
protected createImplementation(): SeriesViewerManipulationEventArgs_internal;
protected _implementation: any;
/**
* @hidden
*/
get i(): SeriesViewerManipulationEventArgs_internal;
private onImplementationCreated;
constructor();
protected _provideImplementation(i: any): void;
get isZoomPan(): boolean;
set isZoomPan(v: boolean);
static ngAcceptInputType_isZoomPan: boolean | string;
get isDragZoom(): boolean;
set isDragZoom(v: boolean);
static ngAcceptInputType_isDragZoom: boolean | string;
get isDragSelect(): boolean;
set isDragSelect(v: boolean);
static ngAcceptInputType_isDragSelect: boolean | string;
}