UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

107 lines (106 loc) 3.13 kB
import { AnnotationLayer } from "./AnnotationLayer"; import { Brush } from "igniteui-angular-core"; import { Series } from "./Series"; import { Thickness } from "igniteui-angular-core"; import { Visibility } from "igniteui-angular-core"; import { CrosshairLayerFrame } from "./CrosshairLayerFrame"; import { List$1 } from "igniteui-angular-core"; import { Pool$1 } from "igniteui-angular-core"; import { Type } from "igniteui-angular-core"; import { SeriesView } from "./SeriesView"; import { Frame } from "./Frame"; import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode"; import { DoubleCollection } from "igniteui-angular-core"; import { AnnotationLayerView } from "./AnnotationLayerView"; import { Path } from "igniteui-angular-core"; import { RenderingContext } from "igniteui-angular-core"; /** * @hidden */ export declare class CrosshairLayer extends AnnotationLayer { static $t: Type; protected bk(): Series; protected get_eu(): boolean; protected get_er(): boolean; constructor(); protected ct(): SeriesView; rg(a: SeriesView): void; protected aau: CrosshairLayerView; add: Brush; ade: Brush; abp: string; g0(a: Series): boolean; aav: Series; aa2: boolean; aay: boolean; xAxisAnnotationFormatLabel: (item: any) => string; aaw(): boolean; yAxisAnnotationFormatLabel: (item: any) => string; aax(): boolean; adh: Brush; adf: Brush; aa5: number; abh: number; adg: Brush; get adn(): Thickness; aa7: number; aa9: number; aa8: number; aa6: number; get ado(): Thickness; abd: number; abf: number; abe: number; abc: number; aba: number; adk: Brush; adi: Brush; abb: number; abi: number; adj: Brush; abg: number; adq: Visibility; adp: Visibility; aa1: boolean; aa0: boolean; aaz: boolean; protected zd(a: Series, b: boolean): void; protected zf(a: Frame, b: SeriesView): void; protected x3(a: Series): boolean; q3(): void; protected xm(): AnnotationAppearanceMode; protected ya(): number; protected yd(): number; protected yc(): number; protected aah(): DoubleCollection; protected aai(): DoubleCollection; private adl; private adm; private acg; private aa4; private aa3; protected ach(a: CrosshairLayerFrame, b: boolean): void; private acf; protected zi(a: Frame, b: SeriesView): void; protected gg(): boolean; protected rp(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; }