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; rj(a: SeriesView): void; protected x6(a: Series): boolean; protected xx: AnnotationLayerView; x8: boolean; x9: boolean; aas: Point; x2: boolean; x3: boolean; protected get_e4(): boolean; xo: AnnotationAppearanceMode; xl: AnnotationAppearanceMode; ym: number; yb: number; xv: AnnotationAppearanceMode; xm: AnnotationAppearanceMode; xw: AnnotationAppearanceMode; xn: AnnotationAppearanceMode; yl: number; ya: number; yn: number; yc: number; aao: DoubleCollection; aag: DoubleCollection; aap: DoubleCollection; aah: DoubleCollection; aaf: DoubleCollection; aaq: PenLineCap; protected b3(): SeriesHitTestMode; protected get_fj(): boolean; protected get_isUsableInLegend(): boolean; protected rs(a: any, b: string, c: any, d: any): void; protected aat: Point; private zo; private zn; private zj; private zi; protected x4(a: Axis): boolean; private zc; protected x5(a: Series): boolean; private zm; protected ze(a: Axis, b: boolean): void; protected zf(a: Series, b: boolean): void; private zl; private zb; protected aad(): Brush; protected aae(): Brush; protected zd(a: NotifyCollectionChangedEventArgs): void; protected zg(a: NotifyCollectionChangedEventArgs): void; protected xz: Frame; protected xy: Frame; protected x0: Frame; protected tb(a: Rect, b: Rect): void; protected ta(a: Rect, b: Rect): void; sb(a: boolean): void; protected get_ev(): boolean; protected zh(a: Frame, b: SeriesView): void; protected zk(a: Frame, b: SeriesView): void; protected q8(a: Point): void; aar: Point; hm(a: Rect, b: Rect, c: SeriesView): boolean; protected yj(): number; protected yi(): number; protected yk(): number; protected xs(): AnnotationAppearanceMode; protected xt(): AnnotationAppearanceMode; protected xu(): AnnotationAppearanceMode; protected aam(): DoubleCollection; protected aan(): DoubleCollection; protected aal(): DoubleCollection; protected xp(): AnnotationAppearanceMode; protected xq(): AnnotationAppearanceMode; protected xr(): AnnotationAppearanceMode; protected yd(): number; protected yg(): number; protected yf(): number; protected ye(): number; protected yh(): number; protected aaj(): DoubleCollection; protected aak(): DoubleCollection; protected aai(): DoubleCollection; protected zp(): void; protected get_hi(): boolean; private x1; get x7(): boolean; set x7(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; }