UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

26 lines (25 loc) 831 B
import { Description } from "./Description"; import { PointDescription } from "./PointDescription"; import { SeriesViewerDescription } from "./SeriesViewerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class PlotAreaMouseEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get chartPosition(): PointDescription; set chartPosition(a: PointDescription); private i; get plotAreaPosition(): PointDescription; set plotAreaPosition(a: PointDescription); private n; get isDuringManipulation(): boolean; set isDuringManipulation(a: boolean); private l; get viewer(): SeriesViewerDescription; set viewer(a: SeriesViewerDescription); }