UNPKG

igniteui-react-charts

Version:

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

165 lines (164 loc) 4.75 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_ev(): boolean; constructor(); protected ct(): SeriesView; q3(a: SeriesView): void; protected aao: ValueLayerView; aan: ValueLayerValueMode; ae6: Brush; afa: Brush; acl: string; gv(a: Series): boolean; aal: Series; aci: string; aae: Axis; aay: boolean; aar: boolean; aaf: (item: any) => string; aag: (item: any) => string; afd: Brush; afb: Brush; abb: number; abn: number; afc: Brush; get afj(): Thickness; abd: number; abf: number; abe: number; abc: number; get afk(): Thickness; abj: number; abl: number; abk: number; abi: number; abg: number; afg: Brush; afe: Brush; abh: number; abo: number; aff: Brush; abm: number; afm: Visibility; afl: Visibility; aax: boolean; aah: OverlayTextLocation; aa7: number; aa9: number; aa8: number; aba: number; aa1: number; ae9: Brush; ae7: Brush; ae8: Brush; aa3: number; aa5: number; aaw: boolean; abt: string; aa6: number; aad: AnnotationAppearanceMode; aav: boolean; aa2: number; aab: AnnotationAppearanceMode; aat: boolean; aa4: number; aac: AnnotationAppearanceMode; aau: boolean; private aap; get aaq(): FontInfo; set aaq(a: FontInfo); ae5: Brush; private aaa; private aaj; private aak; me(): string; protected get_isSummarizationSupported(): boolean; i6(a: Point, b: boolean, c: boolean): number; getDataLegendSeriesContextAt(a: number, b: number): any; protected yw(a: Series, b: boolean): void; protected yy(a: Frame, b: SeriesView): void; private adf; protected xn(a: Series): boolean; protected aas(a: Axis): boolean; qr(): void; private aam; protected w7(): AnnotationAppearanceMode; protected xu(): number; protected xx(): number; protected xw(): number; protected zz(): DoubleCollection; protected z0(): DoubleCollection; private afh; private afi; private adg; stylingOverlayText: (sender: any, args: OverlayTextUpdatingEventArgs) => void; private adi; private adh; private aa0; private aaz; protected adj(a: ValueLayerFrame, b: boolean): void; private ade; protected y1(a: Frame, b: SeriesView): void; protected gb(): boolean; protected rc(a: any, b: string, c: any, d: any): void; o7(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; }