UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 463 B
import { Description } from "./Description"; import { PointDescription } from "./PointDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DomainChartPlotAreaPointerEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get plotAreaPosition(): PointDescription; set plotAreaPosition(a: PointDescription); }