igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
163 lines (162 loc) • 4.56 kB
TypeScript
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;
ri(a: SeriesView): void;
protected aa7: ValueLayerView;
aa6: ValueLayerValueMode;
afj: Brush;
afn: Brush;
g1(a: Series): boolean;
aa4: Series;
aax: Axis;
abh: boolean;
aba: boolean;
aay: (item: any) => string;
aaz: (item: any) => string;
afq: Brush;
afo: Brush;
abu: number;
ab6: number;
afp: Brush;
get afw(): Thickness;
abw: number;
aby: number;
abx: number;
abv: number;
get afx(): Thickness;
ab2: number;
ab4: number;
ab3: number;
ab1: number;
abz: number;
aft: Brush;
afr: Brush;
ab0: number;
ab7: number;
afs: Brush;
ab5: number;
afz: Visibility;
afy: Visibility;
abg: boolean;
aa0: OverlayTextLocation;
abq: number;
abs: number;
abr: number;
abt: number;
abk: number;
afm: Brush;
afk: Brush;
afl: Brush;
abm: number;
abo: number;
abf: boolean;
acc: string;
abp: number;
aaw: AnnotationAppearanceMode;
abe: boolean;
abl: number;
aau: AnnotationAppearanceMode;
abc: boolean;
abn: number;
aav: AnnotationAppearanceMode;
abd: boolean;
private aa8;
get aa9(): FontInfo;
set aa9(a: FontInfo);
afi: Brush;
private aat;
private aa2;
private aa3;
mo(): string;
protected get_isSummarizationSupported(): boolean;
je(a: Point, b: boolean, c: boolean): number;
getDataLegendSeriesContextAt(a: number, b: number): any;
protected ze(a: Series, b: boolean): void;
protected zg(a: Frame, b: SeriesView): void;
private adu;
protected x5(a: Series): boolean;
protected abb(a: Axis): boolean;
q5(): void;
private aa5;
protected xo(): AnnotationAppearanceMode;
protected yc(): number;
protected yf(): number;
protected ye(): number;
protected aai(): DoubleCollection;
protected aaj(): DoubleCollection;
private afu;
private afv;
private adv;
stylingOverlayText: (sender: any, args: OverlayTextUpdatingEventArgs) => void;
private adx;
private adw;
private abj;
private abi;
protected ady(a: ValueLayerFrame, b: boolean): void;
private adt;
protected zj(a: Frame, b: SeriesView): void;
protected gh(): boolean;
protected rr(a: any, b: string, c: any, d: any): void;
pj(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;
}