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_es(): boolean; constructor(); protected ct(): SeriesView; q1(a: SeriesView): void; protected z9: CategoryToolTipLayerView; protected get_e3(): boolean; z7: Axis; aab: boolean; z8: CategoryTooltipLayerPosition; protected ra(a: any, b: string, c: any, d: any): void; protected ys(a: Axis, b: boolean): void; protected yt(a: Series, b: boolean): void; protected yv(a: Frame, b: SeriesView): void; private aaa; p7(): void; private aag; private aac; protected yy(a: Frame, b: SeriesView): void; protected ga(): boolean; static $$p: string[]; } /** * @hidden */ export declare class CategoryToolTipLayerView extends AnnotationLayerView { static $t: Type; constructor(a: CategoryToolTipLayer); protected ce: CategoryToolTipLayer; private cf; private _tooltips; private ci; private cg; ck(): any; ax(): void; an(): void; private _htmlTest; protected get htmlTest(): any; protected set htmlTest(a: any); ch(a: Series, b: any, c: DataContext): boolean; cr(a: any): Size; cq(a: Point): Point; co(a: any, b: number, c: number, d: number, e: number): void; cs(): Size; cn(a: any): void; cm(): void; cp(): void; protected bc(a: RenderingContext, b: boolean): void; aq(a: any): void; }