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; rh(a: SeriesView): void; protected x4(a: Series): boolean; protected xv: AnnotationLayerView; x6: boolean; x7: boolean; aaq: Point; x0: boolean; x1: boolean; protected get_e4(): boolean; xm: AnnotationAppearanceMode; xj: AnnotationAppearanceMode; yk: number; x9: number; xt: AnnotationAppearanceMode; xk: AnnotationAppearanceMode; xu: AnnotationAppearanceMode; xl: AnnotationAppearanceMode; yj: number; x8: number; yl: number; ya: number; aam: DoubleCollection; aae: DoubleCollection; aan: DoubleCollection; aaf: DoubleCollection; aad: DoubleCollection; aao: PenLineCap; protected b3(): SeriesHitTestMode; protected get_fj(): boolean; protected get_isUsableInLegend(): boolean; protected rq(a: any, b: string, c: any, d: any): void; protected aar: Point; private zm; private zl; private zh; private zg; protected x2(a: Axis): boolean; private za; protected x3(a: Series): boolean; private zk; protected zc(a: Axis, b: boolean): void; protected zd(a: Series, b: boolean): void; private zj; private y9; protected aab(): Brush; protected aac(): Brush; protected zb(a: NotifyCollectionChangedEventArgs): void; protected ze(a: NotifyCollectionChangedEventArgs): void; protected xx: Frame; protected xw: Frame; protected xy: Frame; protected s9(a: Rect, b: Rect): void; protected s8(a: Rect, b: Rect): void; r9(a: boolean): void; protected get_ev(): boolean; protected zf(a: Frame, b: SeriesView): void; protected zi(a: Frame, b: SeriesView): void; protected q6(a: Point): void; aap: Point; hk(a: Rect, b: Rect, c: SeriesView): boolean; protected yh(): number; protected yg(): number; protected yi(): number; protected xq(): AnnotationAppearanceMode; protected xr(): AnnotationAppearanceMode; protected xs(): AnnotationAppearanceMode; protected aak(): DoubleCollection; protected aal(): DoubleCollection; protected aaj(): DoubleCollection; protected xn(): AnnotationAppearanceMode; protected xo(): AnnotationAppearanceMode; protected xp(): AnnotationAppearanceMode; protected yb(): number; protected ye(): number; protected yd(): number; protected yc(): number; protected yf(): number; protected aah(): DoubleCollection; protected aai(): DoubleCollection; protected aag(): DoubleCollection; protected zn(): void; protected get_hg(): boolean; private xz; get x5(): boolean; set x5(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; }