UNPKG

igniteui-react-charts

Version:

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

163 lines (162 loc) 4.56 kB
import { AnnotationLayer } from "./AnnotationLayer"; import { ValueLayerValueMode } from "./ValueLayerValueMode"; import { Brush } from "igniteui-react-core"; import { Series } from "./Series"; import { Axis } from "./Axis"; import { Type, Point } from "igniteui-react-core"; import { Thickness } from "igniteui-react-core"; import { Visibility } from "igniteui-react-core"; import { OverlayTextLocation } from "./OverlayTextLocation"; import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode"; import { FontInfo } from "igniteui-react-core"; import { ValueLayerFrame } from "./ValueLayerFrame"; import { List$1 } from "igniteui-react-core"; import { Pool$1 } from "igniteui-react-core"; import { SeriesView } from "./SeriesView"; import { Frame } from "./Frame"; import { DoubleCollection } from "igniteui-react-core"; import { OverlayTextUpdatingEventArgs } from "./OverlayTextUpdatingEventArgs"; import { AnnotationLayerView } from "./AnnotationLayerView"; import { TextBlock } from "igniteui-react-core"; import { Rectangle } from "igniteui-react-core"; import { Path } from "igniteui-react-core"; import { RenderingContext } from "igniteui-react-core"; /** * @hidden */ export declare class ValueLayer extends AnnotationLayer { static $t: Type; protected bk(): Series; protected get_ew(): boolean; constructor(); protected ct(): SeriesView; rj(a: SeriesView): void; protected aa8: ValueLayerView; aa7: ValueLayerValueMode; afk: Brush; afo: Brush; g2(a: Series): boolean; aa5: Series; aay: Axis; abi: boolean; abb: boolean; aaz: (item: any) => string; aa0: (item: any) => string; afr: Brush; afp: Brush; abv: number; ab7: number; afq: Brush; get afx(): Thickness; abx: number; abz: number; aby: number; abw: number; get afy(): Thickness; ab3: number; ab5: number; ab4: number; ab2: number; ab0: number; afu: Brush; afs: Brush; ab1: number; ab8: number; aft: Brush; ab6: number; af0: Visibility; afz: Visibility; abh: boolean; aa1: OverlayTextLocation; abr: number; abt: number; abs: number; abu: number; abl: number; afn: Brush; afl: Brush; afm: Brush; abn: number; abp: number; abg: boolean; acd: string; abq: number; aax: AnnotationAppearanceMode; abf: boolean; abm: number; aav: AnnotationAppearanceMode; abd: boolean; abo: number; aaw: AnnotationAppearanceMode; abe: boolean; private aa9; get aba(): FontInfo; set aba(a: FontInfo); afj: Brush; private aau; private aa3; private aa4; mp(): string; protected get_isSummarizationSupported(): boolean; jf(a: Point, b: boolean, c: boolean): number; getDataLegendSeriesContextAt(a: number, b: number): any; protected zf(a: Series, b: boolean): void; protected zh(a: Frame, b: SeriesView): void; private adv; protected x6(a: Series): boolean; protected abc(a: Axis): boolean; q6(): void; private aa6; protected xp(): AnnotationAppearanceMode; protected yd(): number; protected yg(): number; protected yf(): number; protected aaj(): DoubleCollection; protected aak(): DoubleCollection; private afv; private afw; private adw; stylingOverlayText: (sender: any, args: OverlayTextUpdatingEventArgs) => void; private ady; private adx; private abk; private abj; protected adz(a: ValueLayerFrame, b: boolean): void; private adu; protected zk(a: Frame, b: SeriesView): void; protected gi(): boolean; protected rs(a: any, b: string, c: any, d: any): void; pk(a: boolean, b: SeriesView): void; static $$p: string[]; } /** * @hidden */ export declare class ValueLayerView extends AnnotationLayerView { static $t: Type; constructor(a: ValueLayer); protected cn: ValueLayer; co: Pool$1<Path>; protected ct: List$1<Path>; cs: List$1<TextBlock>; cq: Pool$1<TextBlock>; cr: List$1<Rectangle>; cp: Pool$1<Rectangle>; cu(): void; a4(): void; c5(): TextBlock; c2(a: TextBlock): void; c1(a: TextBlock): void; c3(a: TextBlock): void; c7(): Rectangle; cz(a: Rectangle): void; cy(a: Rectangle): void; c0(a: Rectangle): void; private c6; private cv; private cx; private cw; c4(a: Path, b: number, c: number, d: number): void; protected bj(a: RenderingContext, b: boolean): void; ax(a: any): void; }