igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
122 lines (121 loc) • 3.58 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 { 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 { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { DoubleCollection } from "igniteui-angular-core";
import { Path } from "igniteui-angular-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { RenderingContext } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class ValueLayer extends AnnotationLayer {
static $t: Type;
protected bj(): Series;
protected get_et(): boolean;
constructor();
protected cs(): SeriesView;
q1(a: SeriesView): void;
protected z6: ValueLayerView;
z5: ValueLayerValueMode;
acu: Brush;
acv: Brush;
aay: string;
gu(a: Series): boolean;
z3: Series;
aav: string;
zy: Axis;
aaa: boolean;
z7: boolean;
zz: (item: any) => string;
z0: (item: any) => string;
acy: Brush;
acw: Brush;
aad: number;
aap: number;
acx: Brush;
get ac4(): Thickness;
aaf: number;
aah: number;
aag: number;
aae: number;
get ac5(): Thickness;
aal: number;
aan: number;
aam: number;
aak: number;
aai: number;
ac1: Brush;
acz: Brush;
aaj: number;
aaq: number;
ac0: Brush;
aao: number;
ac7: Visibility;
ac6: Visibility;
z9: boolean;
private zx;
private z1;
private z2;
mc(): string;
protected get_isSummarizationSupported(): boolean;
i5(a: Point, b: boolean, c: boolean): number;
getDataLegendSeriesContextAt(a: number, b: number): any;
protected yp(a: Series, b: boolean): void;
protected yr(a: Frame, b: SeriesView): void;
private abs;
protected xi(a: Series): boolean;
protected z8(a: Axis): boolean;
qp(): void;
private z4;
protected w2(): AnnotationAppearanceMode;
protected xp(): number;
protected xs(): number;
protected xr(): number;
protected zo(): DoubleCollection;
protected zp(): DoubleCollection;
private ac2;
private ac3;
private abu;
private abt;
private aac;
private aab;
protected abv(a: ValueLayerFrame, b: boolean): void;
private abr;
protected yu(a: Frame, b: SeriesView): void;
protected ga(): boolean;
protected q9(a: any, b: string, c: any, d: any): void;
o5(a: boolean, b: SeriesView): void;
static $$p: string[];
}
/**
* @hidden
*/
export declare class ValueLayerView extends AnnotationLayerView {
static $t: Type;
constructor(a: ValueLayer);
protected b7: ValueLayer;
b8: Pool$1<Path>;
protected b9: List$1<Path>;
au(): void;
private ch;
private ca;
private cc;
private cb;
cd(a: Path, b: number, c: number, d: number): void;
ce(a: Brush, b: number): Brush;
cg(a: Brush, b: number): Brush;
cf(a: Brush, b: number): Brush;
protected a8(a: RenderingContext, b: boolean): void;
an(a: any): void;
}