UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

98 lines (97 loc) 4.78 kB
import { Base, Point, IList$1, Type } from "igniteui-angular-core"; import { ISeriesInteractionManager } from "./ISeriesInteractionManager"; import { HighlightingInfo } from "igniteui-angular-core"; import { Dictionary$2 } from "igniteui-angular-core"; import { List$1 } from "igniteui-angular-core"; import { SeriesView } from "./SeriesView"; import { Series } from "./Series"; import { Axis } from "./Axis"; import { ScalerParams } from "./ScalerParams"; import { CategoryAxisBase } from "./CategoryAxisBase"; import { Rect } from "igniteui-angular-core"; import { PathGeometry } from "igniteui-angular-core"; import { SeriesViewer } from "./SeriesViewer"; import { Brush } from "igniteui-angular-core"; /** * @hidden */ export declare class SeriesInteractionManager extends Base implements ISeriesInteractionManager { static $t: Type; a$m(a: Series, b: Point, c: number, d: Axis, e: ScalerParams, f: number, g: number, h: (arg1: Point) => number): number; a$o(a: Series, b: number, c: IList$1<number>, d: number, e: number, f: number, g: number, h: number, i: boolean): number; a$b(a: Series, b: CategoryAxisBase, c: List$1<number[]>, d: number, e: number, f: Point, g: boolean): number[][]; a$a(a: Series, b: CategoryAxisBase, c: List$1<number[]>, d: number, e: number, f: Point, g: boolean): number[]; private q; private static t; a$r(a: Series, b: Point, c: boolean, d: Axis, e: (arg1: Point) => number, f: IList$1<number>): number; a$p(a: Series, b: IList$1<number>, c: Point, d: Axis, e: ScalerParams, f: number, g: (arg1: Point) => number, h: boolean, i: boolean): number; a$f(a: Series, b: Point, c: boolean): boolean; a$g(a: Series, b: Point, c: boolean, d: PathGeometry): boolean; a$h(a: Series, b: Point, c: PathGeometry): boolean; a$q(a: Series, b: Point, c: boolean, d: Axis, e: (arg1: Point) => number, f: IList$1<number>): number; a$n(a: Series, b: Point, c: Axis): number; a$i(a: Series, b: Point, c: boolean): boolean; a$au(a: Series, b: Point, c: boolean, d: boolean, e: number, f: Axis, g: Axis, h: (arg1: Point, arg2: boolean, arg3: boolean) => number, i: (arg1: Point, arg2: boolean) => number, j: (arg1: Point, arg2: boolean) => number): Point; private a; private b; a$y(): void; get a$d(): boolean; private o; private n; a$x(a: Series, b: any, c: number): void; private c; private p; a$v(a: Series): void; a$ao(a: Series): void; a$an(a: Series, b: any, c: number): void; a$w(a: Series, b: any, c: number): void; a$am(a: Series, b: any, c: number): void; a$ab(a: Series, b: any, c: Point, d: boolean, e: boolean, f: boolean, g: boolean, h: boolean, i: boolean): void; private w; private y; private x; a$k(a: Series, b: HighlightingInfo, c: HighlightingInfo, d: HighlightingInfo, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: boolean): number; a$at(a: Series, b: HighlightingInfo, c: HighlightingInfo, d: HighlightingInfo, e: number, f: number, g: number, h: number, i: number, j: number, k: Brush, l: boolean): Brush; private j; a$l(a: Series, b: HighlightingInfo, c: HighlightingInfo, d: HighlightingInfo, e: number): number; protected aa(a: Brush, b: number): Brush; protected ab(a: Series, b: Brush, c: Brush, d: number): Brush; a$ae(a: Series, b: Point, c: any, d: any, e: boolean): void; a$ar(a: Series, b: Point): void; a$ah(a: Series, b: Point, c: any, d: any, e: boolean): void; a$af(a: Series, b: Point, c: any, d: any, e: boolean): void; a$ac(a: Series, b: Point, c: any, d: any): void; a$ag(a: Series, b: Point, c: any, d: any): void; a$ad(a: Series, b: Point, c: any, d: any): void; a$ai(a: Series, b: Point, c: any, d: any): void; a$aj(a: Series, b: Point, c: any, d: any): void; a$s: any; a$e: boolean; private k; private d; get h(): boolean; set h(a: boolean); private e; get a$c(): boolean; set a$c(a: boolean); private f; private g; z(a: Series, b: Point, c: any, d: any): void; a$aq(a: Series, b: Point, c: (arg1: any) => void): void; a$t(a: Series): string; private i; a$u(a: Series): string; a$aa(a: Series): void; private _toolTipObject; private v; a$as(a: Series, b: any): void; protected ac: Point; protected u: any; protected l: boolean; a$ap(a: Series): void; private m; get a$j(): Dictionary$2<string, SeriesView>; a$z(a: Series, b: Rect, c: Rect, d: string, e: number): void; a$al(a: Series, b: string, c: SeriesViewer): void; a$ak(a: Series, b: SeriesViewer): void; }