igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
72 lines (71 loc) • 2.16 kB
TypeScript
import { AnnotationLayer } from "./AnnotationLayer";
import { Axis } from "./Axis";
import { CategoryTooltipLayerPosition } from "./CategoryTooltipLayerPosition";
import { Brush } from "igniteui-react-core";
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_f8(): boolean;
protected get_eu(): boolean;
constructor();
protected ct(): SeriesView;
ri(a: SeriesView): void;
protected aav: CategoryToolTipLayerView;
protected get_e5(): boolean;
aat: Axis;
aax: boolean;
aau: CategoryTooltipLayerPosition;
protected rr(a: any, b: string, c: any, d: any): void;
protected zd(a: Axis, b: boolean): void;
protected ze(a: Series, b: boolean): void;
protected zg(a: Frame, b: SeriesView): void;
private aaw;
qm(): void;
private aa6;
private aaz;
protected zj(a: Frame, b: SeriesView): void;
protected gh(): boolean;
abd: Brush;
abe: Brush;
aay: number;
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;
}