UNPKG

igniteui-react-charts

Version:

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

124 lines (123 loc) 3.78 kB
import { Series } from "./Series"; import { Point, Type } from "igniteui-react-core"; import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode"; import { DoubleCollection } from "igniteui-react-core"; import { PenLineCap } from "igniteui-react-core"; import { Frame } from "./Frame"; import { SeriesView } from "./SeriesView"; import { SeriesHitTestMode } from "./SeriesHitTestMode"; import { NotifyCollectionChangedEventArgs } from "igniteui-react-core"; import { Axis } from "./Axis"; import { Brush } from "igniteui-react-core"; import { Rect } from "igniteui-react-core"; /** * @hidden */ export declare abstract class AnnotationLayer extends Series { static $t: Type; constructor(); protected ct(): SeriesView; ri(a: SeriesView): void; protected x5(a: Series): boolean; protected xw: AnnotationLayerView; x7: boolean; x8: boolean; aar: Point; x1: boolean; x2: boolean; protected get_e4(): boolean; xn: AnnotationAppearanceMode; xk: AnnotationAppearanceMode; yl: number; ya: number; xu: AnnotationAppearanceMode; xl: AnnotationAppearanceMode; xv: AnnotationAppearanceMode; xm: AnnotationAppearanceMode; yk: number; x9: number; ym: number; yb: number; aan: DoubleCollection; aaf: DoubleCollection; aao: DoubleCollection; aag: DoubleCollection; aae: DoubleCollection; aap: PenLineCap; protected b3(): SeriesHitTestMode; protected get_fj(): boolean; protected get_isUsableInLegend(): boolean; protected rr(a: any, b: string, c: any, d: any): void; protected aas: Point; private zn; private zm; private zi; private zh; protected x3(a: Axis): boolean; private zb; protected x4(a: Series): boolean; private zl; protected zd(a: Axis, b: boolean): void; protected ze(a: Series, b: boolean): void; private zk; private za; protected aac(): Brush; protected aad(): Brush; protected zc(a: NotifyCollectionChangedEventArgs): void; protected zf(a: NotifyCollectionChangedEventArgs): void; protected xy: Frame; protected xx: Frame; protected xz: Frame; protected ta(a: Rect, b: Rect): void; protected s9(a: Rect, b: Rect): void; sa(a: boolean): void; protected get_ev(): boolean; protected zg(a: Frame, b: SeriesView): void; protected zj(a: Frame, b: SeriesView): void; protected q7(a: Point): void; aaq: Point; hl(a: Rect, b: Rect, c: SeriesView): boolean; protected yi(): number; protected yh(): number; protected yj(): number; protected xr(): AnnotationAppearanceMode; protected xs(): AnnotationAppearanceMode; protected xt(): AnnotationAppearanceMode; protected aal(): DoubleCollection; protected aam(): DoubleCollection; protected aak(): DoubleCollection; protected xo(): AnnotationAppearanceMode; protected xp(): AnnotationAppearanceMode; protected xq(): AnnotationAppearanceMode; protected yc(): number; protected yf(): number; protected ye(): number; protected yd(): number; protected yg(): number; protected aai(): DoubleCollection; protected aaj(): DoubleCollection; protected aah(): DoubleCollection; protected zo(): void; protected get_hh(): boolean; private x0; get x6(): boolean; set x6(a: boolean); static $$p: string[]; } /** * @hidden */ export declare class AnnotationLayerView extends SeriesView { static $t: Type; constructor(a: AnnotationLayer); protected cd: AnnotationLayer; private ce; private cf; private cj; cg(): void; ci(): void; ch(): void; ck(a: Brush, b: number): Brush; cm(a: Brush, b: number): Brush; cl(a: Brush, b: number): Brush; }