UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

105 lines (104 loc) 3.07 kB
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; acp: Brush; acq: Brush; aa3: string; gv(a: Series): boolean; aad: Series; aai: boolean; aag: boolean; xAxisAnnotationFormatLabel: (item: any) => string; aae(): boolean; yAxisAnnotationFormatLabel: (item: any) => string; aaf(): boolean; act: Brush; acr: Brush; aal: number; aax: number; acs: Brush; get acz(): Thickness; aan: number; aap: number; aao: number; aam: number; get ac0(): Thickness; aat: number; aav: number; aau: number; aas: number; aaq: number; acw: Brush; acu: Brush; aar: number; aay: number; acv: Brush; aaw: number; ac2: Visibility; ac1: Visibility; 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 acx; private acy; private abu; private aak; private aaj; protected abv(a: CrosshairLayerFrame, b: boolean): void; private abt; 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; }