igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
121 lines (120 loc) • 3.83 kB
TypeScript
import { AnnotationLayerView } from "./AnnotationLayerView";
import { Point, Type } from "igniteui-react-core";
import { TextBlock } from "igniteui-react-core";
import { Rectangle } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { AnnotationBadge } from "./AnnotationBadge";
import { Series } from "./Series";
import { DataContext } from "igniteui-react-core";
import { CalloutView } from "./CalloutView";
import { FontInfo } from "igniteui-react-core";
import { RenderingContext } from "igniteui-react-core";
import { Size } from "igniteui-react-core";
import { Thickness } from "igniteui-react-core";
import { Axis } from "./Axis";
import { LabelPosition } from "./LabelPosition";
import { Rect } from "igniteui-react-core";
import { AnnotationBackingArrangedSize } from "./AnnotationBackingArrangedSize";
import { AxisAnnotation } from "./AxisAnnotation";
import { AnnotationLayer } from "./AnnotationLayer";
import { UserAnnotationToolTipContentUpdatingEventArgs } from "./UserAnnotationToolTipContentUpdatingEventArgs";
import { Frame } from "./Frame";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
/**
* @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;
ri(a: SeriesView): void;
protected aa7: UserAnnotationToolTipLayerView;
abi: string;
g1(a: Series): boolean;
aa3: Series;
abd: boolean;
protected rr(a: any, b: string, c: any, d: any): void;
private abn;
private abp;
private abo;
private abx;
private aby;
private aat;
private abv;
private abz;
private aav;
private aaz;
private abb;
private abr;
private aau;
private aa2;
private ab0;
private aax;
private abq;
protected ze(a: Series, b: boolean): void;
protected x5(a: Series): boolean;
protected zg(a: Frame, b: SeriesView): void;
private abe;
private aba;
private abw;
private aa4;
private aa0;
private aa8;
private ab2;
private abg;
private aa5;
private abf;
abl(a: any): void;
aa1(): CalloutView;
private abm;
qm(): void;
qn(): void;
protected zj(a: Frame, b: SeriesView): void;
protected gh(): boolean;
protected get_gb(): boolean;
protected get_f8(): boolean;
abc: boolean;
gm(a: boolean): boolean;
aa9(): FontInfo;
aay(): AxisAnnotation;
aaw(): Axis;
ab1(): Rectangle;
protected b3(): SeriesHitTestMode;
contentUpdating: (sender: any, args: UserAnnotationToolTipContentUpdatingEventArgs) => void;
static $$p: string[];
}