igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
163 lines (162 loc) • 4.74 kB
TypeScript
import { AnnotationLayer } from "./AnnotationLayer";
import { ValueLayerValueMode } from "./ValueLayerValueMode";
import { Brush } from "igniteui-angular-core";
import { Series } from "./Series";
import { Axis } from "./Axis";
import { Type, Point } from "igniteui-angular-core";
import { Thickness } from "igniteui-angular-core";
import { Visibility } from "igniteui-angular-core";
import { OverlayTextLocation } from "./OverlayTextLocation";
import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { FontInfo } from "igniteui-angular-core";
import { ValueLayerFrame } from "./ValueLayerFrame";
import { List$1 } from "igniteui-angular-core";
import { Pool$1 } from "igniteui-angular-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { DoubleCollection } from "igniteui-angular-core";
import { OverlayTextUpdatingEventArgs } from "./OverlayTextUpdatingEventArgs";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { TextBlock } from "igniteui-angular-core";
import { Rectangle } from "igniteui-angular-core";
import { Path } from "igniteui-angular-core";
import { RenderingContext } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class ValueLayer extends AnnotationLayer {
static $t: Type;
protected bk(): Series;
protected get_ew(): boolean;
constructor();
protected ct(): SeriesView;
rg(a: SeriesView): void;
protected aa6: ValueLayerView;
aa5: ValueLayerValueMode;
afi: Brush;
afm: Brush;
g0(a: Series): boolean;
aa3: Series;
aaw: Axis;
abg: boolean;
aa9: boolean;
aax: (item: any) => string;
aay: (item: any) => string;
afp: Brush;
afn: Brush;
abt: number;
ab5: number;
afo: Brush;
get afv(): Thickness;
abv: number;
abx: number;
abw: number;
abu: number;
get afw(): Thickness;
ab1: number;
ab3: number;
ab2: number;
ab0: number;
aby: number;
afs: Brush;
afq: Brush;
abz: number;
ab6: number;
afr: Brush;
ab4: number;
afy: Visibility;
afx: Visibility;
abf: boolean;
aaz: OverlayTextLocation;
abp: number;
abr: number;
abq: number;
abs: number;
abj: number;
afl: Brush;
afj: Brush;
afk: Brush;
abl: number;
abn: number;
abe: boolean;
acb: string;
abo: number;
aav: AnnotationAppearanceMode;
abd: boolean;
abk: number;
aat: AnnotationAppearanceMode;
abb: boolean;
abm: number;
aau: AnnotationAppearanceMode;
abc: boolean;
private aa7;
get aa8(): FontInfo;
set aa8(a: FontInfo);
afh: Brush;
private aas;
private aa1;
private aa2;
mn(): string;
protected get_isSummarizationSupported(): boolean;
jd(a: Point, b: boolean, c: boolean): number;
getDataLegendSeriesContextAt(a: number, b: number): any;
protected zd(a: Series, b: boolean): void;
protected zf(a: Frame, b: SeriesView): void;
private adt;
protected x3(a: Series): boolean;
protected aba(a: Axis): boolean;
q3(): void;
private aa4;
protected xm(): AnnotationAppearanceMode;
protected ya(): number;
protected yd(): number;
protected yc(): number;
protected aah(): DoubleCollection;
protected aai(): DoubleCollection;
private aft;
private afu;
private adu;
stylingOverlayText: (sender: any, args: OverlayTextUpdatingEventArgs) => void;
private adw;
private adv;
private abi;
private abh;
protected adx(a: ValueLayerFrame, b: boolean): void;
private ads;
protected zi(a: Frame, b: SeriesView): void;
protected gg(): boolean;
protected rp(a: any, b: string, c: any, d: any): void;
ph(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;
}