UNPKG

igniteui-react-charts

Version:

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

23 lines (22 loc) 929 B
import { SeriesViewerManipulationEventArgs as SeriesViewerManipulationEventArgs_internal } from "./SeriesViewerManipulationEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrSeriesViewerManipulationEventArgs { protected createImplementation(): SeriesViewerManipulationEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): SeriesViewerManipulationEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get isZoomPan(): boolean; set isZoomPan(v: boolean); get isDragZoom(): boolean; set isDragZoom(v: boolean); get isDragSelect(): boolean; set isDragSelect(v: boolean); }