igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
76 lines (75 loc) • 2.35 kB
TypeScript
import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { Brush } from "igniteui-angular-core";
import { Type } from "igniteui-angular-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { Pool$1 } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
import { DataContext } from "igniteui-angular-core";
import { Size } from "igniteui-angular-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { PointerTooltip } from "./PointerTooltip";
import { RenderingContext } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class ItemToolTipLayer extends AnnotationLayer {
static $t: Type;
protected bk(): Series;
protected get_eu(): boolean;
protected get_f7(): boolean;
constructor();
protected ct(): SeriesView;
rg(a: SeriesView): void;
protected aas: ItemToolTipLayerView;
protected get_e5(): boolean;
aa0: string;
g0(a: Series): boolean;
aat: Series;
aaw: boolean;
aav: boolean;
protected rp(a: any, b: string, c: any, d: any): void;
protected zd(a: Series, b: boolean): void;
protected x3(a: Series): boolean;
protected zf(a: Frame, b: SeriesView): void;
private aa7;
private aau;
private aa8;
private aay;
qk(): void;
ql(): void;
protected zi(a: Frame, b: SeriesView): void;
protected gg(): boolean;
abg: Brush;
abh: Brush;
aax: 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;
}