igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
119 lines (118 loc) • 3.87 kB
TypeScript
import { AnnotationLayerView } from "./AnnotationLayerView";
import { Point, Type } from "igniteui-angular-core";
import { TextBlock } from "igniteui-angular-core";
import { Rectangle } from "igniteui-angular-core";
import { SeriesView } from "./SeriesView";
import { AnnotationBadge } from "./AnnotationBadge";
import { Series } from "./Series";
import { DataContext } from "igniteui-angular-core";
import { CalloutView } from "./CalloutView";
import { FontInfo } from "igniteui-angular-core";
import { RenderingContext } from "igniteui-angular-core";
import { Size } from "igniteui-angular-core";
import { Thickness } from "igniteui-angular-core";
import { Axis } from "./Axis";
import { LabelPosition } from "./LabelPosition";
import { Rect } from "igniteui-angular-core";
import { AnnotationBackingArrangedSize } from "./AnnotationBackingArrangedSize";
import { AxisAnnotation } from "./AxisAnnotation";
import { AnnotationLayer } from "./AnnotationLayer";
import { UserAnnotationToolTipContentUpdatingEventArgs } from "./UserAnnotationToolTipContentUpdatingEventArgs";
import { Frame } from "./Frame";
/**
* @hidden
*/
export declare class UserAnnotationToolTipLayerView extends AnnotationLayerView {
static $t: Type;
constructor(a: UserAnnotationToolTipLayer);
protected cp: UserAnnotationToolTipLayer;
private cq;
private co;
private c3;
private c5;
private cn;
private c7;
private cr;
a4(): void;
as(): void;
private _htmlTest;
protected get htmlTest(): any;
protected set htmlTest(a: any);
cu(a: Series, b: Series, c: any, d: DataContext, e: CalloutView, f: FontInfo): any;
ct(a: Series, b: any, c: DataContext, d: Axis, e: TextBlock, f: AnnotationBadge, g: LabelPosition, h: Rect, i: AnnotationBackingArrangedSize, j: AxisAnnotation): any;
c6(a: any, b: DataContext, c: AxisAnnotation, d: CalloutView): Size;
c1(a: any, b: number, c: number, d: CalloutView, e: AxisAnnotation, f: Thickness): void;
cv(): any;
cz(a: any): void;
protected bj(a: RenderingContext, b: boolean): void;
c0(a: boolean): void;
c2(): void;
cx(): void;
cy(): void;
c4(a: Point): Point;
static cs(a: string): number;
}
/**
* @hidden
*/
export declare class UserAnnotationToolTipLayer extends AnnotationLayer {
static $t: Type;
protected bk(): Series;
protected get_eu(): boolean;
constructor();
protected ct(): SeriesView;
rg(a: SeriesView): void;
protected aa6: UserAnnotationToolTipLayerView;
abh: string;
g0(a: Series): boolean;
aa2: Series;
abc: boolean;
protected rp(a: any, b: string, c: any, d: any): void;
private abm;
private abo;
private abn;
private abw;
private abx;
private aas;
private abu;
private aby;
private aau;
private aay;
private aba;
private abq;
private aat;
private aa1;
private abz;
private aaw;
private abp;
protected zd(a: Series, b: boolean): void;
protected x3(a: Series): boolean;
protected zf(a: Frame, b: SeriesView): void;
private abd;
private aa9;
private abv;
private aa3;
private aaz;
private aa7;
private ab1;
private abf;
private aa4;
private abe;
abk(a: any): void;
aa0(): CalloutView;
private abl;
qk(): void;
ql(): void;
protected zi(a: Frame, b: SeriesView): void;
protected gg(): boolean;
protected get_ga(): boolean;
protected get_f7(): boolean;
abb: boolean;
gl(a: boolean): boolean;
aa8(): FontInfo;
aax(): AxisAnnotation;
aav(): Axis;
ab0(): Rectangle;
contentUpdating: (sender: any, args: UserAnnotationToolTipContentUpdatingEventArgs) => void;
static $$p: string[];
}