UNPKG

igniteui-angular-charts

Version:

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

117 lines (116 loc) 3.69 kB
import { Series } from "./Series"; import { Point, Type } from "igniteui-angular-core"; import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode"; import { DoubleCollection } from "igniteui-angular-core"; import { Frame } from "./Frame"; import { SeriesView } from "./SeriesView"; import { SeriesHitTestMode } from "./SeriesHitTestMode"; import { NotifyCollectionChangedEventArgs } from "igniteui-angular-core"; import { Axis } from "./Axis"; import { Brush } from "igniteui-angular-core"; import { Rect } from "igniteui-angular-core"; import { Tuple$2 } from "igniteui-angular-core"; /** * @hidden */ export declare abstract class AnnotationLayer extends Series { static $t: Type; constructor(); protected cs(): SeriesView; q1(a: SeriesView): void; protected xi(a: Series): boolean; protected xa: AnnotationLayerView; xk: boolean; xl: boolean; zv: Point; xf: boolean; protected get_e1(): boolean; w1: AnnotationAppearanceMode; wy: AnnotationAppearanceMode; xy: number; xn: number; w8: AnnotationAppearanceMode; wz: AnnotationAppearanceMode; w9: AnnotationAppearanceMode; w0: AnnotationAppearanceMode; xx: number; xm: number; xz: number; xo: number; zs: DoubleCollection; zm: DoubleCollection; zt: DoubleCollection; zn: DoubleCollection; protected b2(): SeriesHitTestMode; protected get_fg(): boolean; protected get_isUsableInLegend(): boolean; protected q9(a: any, b: string, c: any, d: any): void; protected zw: Point; private yy; private yx; private yt; private ys; protected xg(a: Axis): boolean; private ym; protected xh(a: Series): boolean; private yw; protected yo(a: Axis, b: boolean): void; protected yp(a: Series, b: boolean): void; private yv; private yl; protected zk(): Brush; protected zl(): Brush; protected yn(a: NotifyCollectionChangedEventArgs): void; protected yq(a: NotifyCollectionChangedEventArgs): void; protected xc: Frame; protected xb: Frame; protected xd: Frame; protected sr(a: Rect, b: Rect): void; protected sq(a: Rect, b: Rect): void; rs(a: boolean): void; protected get_es(): boolean; protected yr(a: Frame, b: SeriesView): void; protected yu(a: Frame, b: SeriesView): void; protected yk(a: Series): Tuple$2<boolean, Point>; protected qr(a: Point): void; zu: Point; he(a: Rect, b: Rect, c: SeriesView): boolean; protected xv(): number; protected xu(): number; protected xw(): number; protected w5(): AnnotationAppearanceMode; protected w6(): AnnotationAppearanceMode; protected w7(): AnnotationAppearanceMode; protected zq(): DoubleCollection; protected zr(): DoubleCollection; protected w2(): AnnotationAppearanceMode; protected w3(): AnnotationAppearanceMode; protected w4(): AnnotationAppearanceMode; protected xp(): number; protected xs(): number; protected xr(): number; protected xq(): number; protected xt(): number; protected zo(): DoubleCollection; protected zp(): DoubleCollection; protected yz(): void; protected get_ha(): boolean; private xe; get xj(): boolean; set xj(a: boolean); static $$p: string[]; } /** * @hidden */ export declare class AnnotationLayerView extends SeriesView { static $t: Type; constructor(a: AnnotationLayer); protected b0: AnnotationLayer; private b1; private b2; private b6; b3(): void; b5(): void; b4(): void; }