UNPKG

igniteui-react-charts

Version:

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

121 lines (120 loc) 3.83 kB
import { AnnotationLayerView } from "./AnnotationLayerView"; import { Point, Type } from "igniteui-react-core"; import { TextBlock } from "igniteui-react-core"; import { Rectangle } from "igniteui-react-core"; import { SeriesView } from "./SeriesView"; import { AnnotationBadge } from "./AnnotationBadge"; import { Series } from "./Series"; import { DataContext } from "igniteui-react-core"; import { CalloutView } from "./CalloutView"; import { FontInfo } from "igniteui-react-core"; import { RenderingContext } from "igniteui-react-core"; import { Size } from "igniteui-react-core"; import { Thickness } from "igniteui-react-core"; import { Axis } from "./Axis"; import { LabelPosition } from "./LabelPosition"; import { Rect } from "igniteui-react-core"; import { AnnotationBackingArrangedSize } from "./AnnotationBackingArrangedSize"; import { AxisAnnotation } from "./AxisAnnotation"; import { AnnotationLayer } from "./AnnotationLayer"; import { UserAnnotationToolTipContentUpdatingEventArgs } from "./UserAnnotationToolTipContentUpdatingEventArgs"; import { Frame } from "./Frame"; import { SeriesHitTestMode } from "./SeriesHitTestMode"; /** * @hidden */ export declare class UserAnnotationToolTipLayerView extends AnnotationLayerView { static $t: Type; constructor(a: UserAnnotationToolTipLayer); protected cp: UserAnnotationToolTipLayer; private cq; private co; private c3; private c5; private cn; private c7; private cr; a4(): void; as(): void; private _htmlTest; protected get htmlTest(): any; protected set htmlTest(a: any); cu(a: Series, b: Series, c: any, d: DataContext, e: CalloutView, f: FontInfo): any; ct(a: Series, b: any, c: DataContext, d: Axis, e: TextBlock, f: AnnotationBadge, g: LabelPosition, h: Rect, i: AnnotationBackingArrangedSize, j: AxisAnnotation): any; c6(a: any, b: DataContext, c: AxisAnnotation, d: CalloutView): Size; c1(a: any, b: number, c: number, d: CalloutView, e: AxisAnnotation, f: Thickness): void; cv(): any; cz(a: any): void; protected bj(a: RenderingContext, b: boolean): void; c0(a: boolean): void; c2(): void; cx(): void; cy(): void; c4(a: Point): Point; static cs(a: string): number; } /** * @hidden */ export declare class UserAnnotationToolTipLayer extends AnnotationLayer { static $t: Type; protected bk(): Series; protected get_eu(): boolean; constructor(); protected ct(): SeriesView; rj(a: SeriesView): void; protected aa8: UserAnnotationToolTipLayerView; abj: string; g2(a: Series): boolean; aa4: Series; abe: boolean; protected rs(a: any, b: string, c: any, d: any): void; private abo; private abq; private abp; private aby; private abz; private aau; private abw; private ab0; private aaw; private aa0; private abc; private abs; private aav; private aa3; private ab1; private aay; private abr; protected zf(a: Series, b: boolean): void; protected x6(a: Series): boolean; protected zh(a: Frame, b: SeriesView): void; private abf; private abb; private abx; private aa5; private aa1; private aa9; private ab3; private abh; private aa6; private abg; abm(a: any): void; aa2(): CalloutView; private abn; qn(): void; qo(): void; protected zk(a: Frame, b: SeriesView): void; protected gi(): boolean; protected get_gb(): boolean; protected get_f8(): boolean; abd: boolean; gn(a: boolean): boolean; aba(): FontInfo; aaz(): AxisAnnotation; aax(): Axis; ab2(): Rectangle; protected b3(): SeriesHitTestMode; contentUpdating: (sender: any, args: UserAnnotationToolTipContentUpdatingEventArgs) => void; static $$p: string[]; }