igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
76 lines (75 loc) • 2.26 kB
TypeScript
import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { Brush } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { Pool$1 } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { DataContext } from "igniteui-react-core";
import { Size } from "igniteui-react-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { PointerTooltip } from "./PointerTooltip";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare class ItemToolTipLayer extends AnnotationLayer {
static $t: Type;
protected bk(): Series;
protected get_eu(): boolean;
protected get_f8(): boolean;
constructor();
protected ct(): SeriesView;
ri(a: SeriesView): void;
protected aat: ItemToolTipLayerView;
protected get_e5(): boolean;
aa1: string;
g1(a: Series): boolean;
aau: Series;
aax: boolean;
aaw: boolean;
protected rr(a: any, b: string, c: any, d: any): void;
protected ze(a: Series, b: boolean): void;
protected x5(a: Series): boolean;
protected zg(a: Frame, b: SeriesView): void;
private aa8;
private aav;
private aa9;
private aaz;
qm(): void;
qn(): void;
protected zj(a: Frame, b: SeriesView): void;
protected gh(): boolean;
abh: Brush;
abi: Brush;
aay: number;
static $$p: string[];
}
/**
* @hidden
*/
export declare class ItemToolTipLayerView extends AnnotationLayerView {
static $t: Type;
constructor(a: ItemToolTipLayer);
protected cn: ItemToolTipLayer;
co: Pool$1<any>;
a4(): void;
as(): void;
protected cq: List$1<PointerTooltip>;
private cr;
private ct;
private cv;
private cu;
private _htmlTest;
protected get htmlTest(): any;
protected set htmlTest(a: any);
cp(a: Series, b: any, c: any, d: DataContext): boolean;
c0(a: any, b: any, c: DataContext): Size;
cy(a: any, b: number, c: number, d: number, e: number): void;
cw(a: any): void;
protected bj(a: RenderingContext, b: boolean): void;
ax(a: any): void;
cx(a: boolean): void;
cz(): void;
}