UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 844 B
import { Description } from "./Description"; import { SeriesDescription } from "./SeriesDescription"; import { PointDescription } from "./PointDescription"; import { SeriesViewerDescription } from "./SeriesViewerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ChartMouseEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private n; get itemRef(): string; set itemRef(a: string); private j; get series(): SeriesDescription; set series(a: SeriesDescription); private h; get plotAreaPosition(): PointDescription; set plotAreaPosition(a: PointDescription); private l; get chart(): SeriesViewerDescription; set chart(a: SeriesViewerDescription); }