UNPKG

igniteui-react-charts

Version:

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

67 lines (66 loc) 2.1 kB
import { AnnotationLayer } from "./AnnotationLayer"; import { Axis } from "./Axis"; import { CategoryTooltipLayerPosition } from "./CategoryTooltipLayerPosition"; import { Series } from "./Series"; import { Type, Point } from "igniteui-react-core"; import { SeriesView } from "./SeriesView"; import { Frame } from "./Frame"; import { DataContext } from "igniteui-react-core"; import { Size } from "igniteui-react-core"; import { AnnotationLayerView } from "./AnnotationLayerView"; import { RenderingContext } from "igniteui-react-core"; /** * @hidden */ export declare class CategoryToolTipLayer extends AnnotationLayer { static $t: Type; protected bk(): Series; protected get_et(): boolean; constructor(); protected ct(): SeriesView; q3(a: SeriesView): void; protected aac: CategoryToolTipLayerView; protected get_e4(): boolean; aaa: Axis; aae: boolean; aab: CategoryTooltipLayerPosition; protected rc(a: any, b: string, c: any, d: any): void; protected yv(a: Axis, b: boolean): void; protected yw(a: Series, b: boolean): void; protected yy(a: Frame, b: SeriesView): void; private aad; p9(): void; private aaj; private aaf; protected y1(a: Frame, b: SeriesView): void; protected gb(): boolean; static $$p: string[]; } /** * @hidden */ export declare class CategoryToolTipLayerView extends AnnotationLayerView { static $t: Type; constructor(a: CategoryToolTipLayer); protected cn: CategoryToolTipLayer; private co; private _tooltips; private cr; private cp; ct(): any; a4(): void; as(): void; private _htmlTest; protected get htmlTest(): any; protected set htmlTest(a: any); cq(a: Series, b: any, c: DataContext): boolean; c0(a: any): Size; cz(a: Point): Point; cx(a: any, b: number, c: number, d: number, e: number): void; c1(): Size; cw(a: any): void; cv(): void; cy(): void; protected bj(a: RenderingContext, b: boolean): void; ax(a: any): void; }