igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
107 lines (106 loc) • 3.11 kB
TypeScript
import { AnnotationLayer } from "./AnnotationLayer";
import { Brush } from "igniteui-react-core";
import { Series } from "./Series";
import { Thickness } from "igniteui-react-core";
import { Visibility } from "igniteui-react-core";
import { CrosshairLayerFrame } from "./CrosshairLayerFrame";
import { List$1 } from "igniteui-react-core";
import { Pool$1 } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { DoubleCollection } from "igniteui-react-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { Path } from "igniteui-react-core";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare class CrosshairLayer extends AnnotationLayer {
static $t: Type;
protected bk(): Series;
protected get_et(): boolean;
protected get_er(): boolean;
constructor();
protected ct(): SeriesView;
q3(a: SeriesView): void;
protected aac: CrosshairLayerView;
acv: Brush;
acw: Brush;
aa7: string;
gv(a: Series): boolean;
aad: Series;
aak: boolean;
aag: boolean;
xAxisAnnotationFormatLabel: (item: any) => string;
aae(): boolean;
yAxisAnnotationFormatLabel: (item: any) => string;
aaf(): boolean;
acz: Brush;
acx: Brush;
aan: number;
aaz: number;
acy: Brush;
get ac5(): Thickness;
aap: number;
aar: number;
aaq: number;
aao: number;
get ac6(): Thickness;
aav: number;
aax: number;
aaw: number;
aau: number;
aas: number;
ac2: Brush;
ac0: Brush;
aat: number;
aa0: number;
ac1: Brush;
aay: number;
ac8: Visibility;
ac7: Visibility;
aaj: boolean;
aai: boolean;
aah: boolean;
protected yw(a: Series, b: boolean): void;
protected yy(a: Frame, b: SeriesView): void;
protected xn(a: Series): boolean;
qr(): void;
protected w7(): AnnotationAppearanceMode;
protected xu(): number;
protected xx(): number;
protected xw(): number;
protected zz(): DoubleCollection;
protected z0(): DoubleCollection;
private ac3;
private ac4;
private aby;
private aam;
private aal;
protected abz(a: CrosshairLayerFrame, b: boolean): void;
private abx;
protected y1(a: Frame, b: SeriesView): void;
protected gb(): boolean;
protected rc(a: any, b: string, c: any, d: any): void;
static $$p: string[];
}
/**
* @hidden
*/
export declare class CrosshairLayerView extends AnnotationLayerView {
static $t: Type;
constructor(a: CrosshairLayer);
protected cn: CrosshairLayer;
co: Pool$1<Path>;
protected cp: List$1<Path>;
a4(): void;
private cu;
private cq;
private cs;
private cr;
ct(a: Path, b: number, c: number, d: number): void;
protected bj(a: RenderingContext, b: boolean): void;
ax(a: any): void;
}