igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
126 lines (125 loc) • 4.02 kB
TypeScript
import { Series } from "./Series";
import { Point, Type } from "igniteui-angular-core";
import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { DoubleCollection } from "igniteui-angular-core";
import { PenLineCap } from "igniteui-angular-core";
import { Frame } from "./Frame";
import { SeriesView } from "./SeriesView";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { NotifyCollectionChangedEventArgs } from "igniteui-angular-core";
import { Axis } from "./Axis";
import { Brush } from "igniteui-angular-core";
import { Rect } from "igniteui-angular-core";
import { Tuple$2 } from "igniteui-angular-core";
/**
* @hidden
*/
export declare abstract class AnnotationLayer extends Series {
static $t: Type;
constructor();
protected ct(): SeriesView;
rg(a: SeriesView): void;
protected x3(a: Series): boolean;
protected xu: AnnotationLayerView;
x5: boolean;
x6: boolean;
aaq: Point;
xz: boolean;
x0: boolean;
protected get_e4(): boolean;
xl: AnnotationAppearanceMode;
xi: AnnotationAppearanceMode;
yj: number;
x8: number;
xs: AnnotationAppearanceMode;
xj: AnnotationAppearanceMode;
xt: AnnotationAppearanceMode;
xk: AnnotationAppearanceMode;
yi: number;
x7: number;
yk: number;
x9: number;
aam: DoubleCollection;
aae: DoubleCollection;
aan: DoubleCollection;
aaf: DoubleCollection;
aad: DoubleCollection;
aao: PenLineCap;
protected b3(): SeriesHitTestMode;
protected get_fj(): boolean;
protected get_isUsableInLegend(): boolean;
protected rp(a: any, b: string, c: any, d: any): void;
protected aar: Point;
private zm;
private zl;
private zh;
private zg;
protected x1(a: Axis): boolean;
private za;
protected x2(a: Series): boolean;
private zk;
protected zc(a: Axis, b: boolean): void;
protected zd(a: Series, b: boolean): void;
private zj;
private y9;
protected aab(): Brush;
protected aac(): Brush;
protected zb(a: NotifyCollectionChangedEventArgs): void;
protected ze(a: NotifyCollectionChangedEventArgs): void;
protected xw: Frame;
protected xv: Frame;
protected xx: Frame;
protected s8(a: Rect, b: Rect): void;
protected s7(a: Rect, b: Rect): void;
r8(a: boolean): void;
protected get_ev(): boolean;
protected zf(a: Frame, b: SeriesView): void;
protected zi(a: Frame, b: SeriesView): void;
protected y8(a: Series): Tuple$2<boolean, Point>;
protected q5(a: Point): void;
aap: Point;
hk(a: Rect, b: Rect, c: SeriesView): boolean;
protected yg(): number;
protected yf(): number;
protected yh(): number;
protected xp(): AnnotationAppearanceMode;
protected xq(): AnnotationAppearanceMode;
protected xr(): AnnotationAppearanceMode;
protected aak(): DoubleCollection;
protected aal(): DoubleCollection;
protected aaj(): DoubleCollection;
protected xm(): AnnotationAppearanceMode;
protected xn(): AnnotationAppearanceMode;
protected xo(): AnnotationAppearanceMode;
protected ya(): number;
protected yd(): number;
protected yc(): number;
protected yb(): number;
protected ye(): number;
protected aah(): DoubleCollection;
protected aai(): DoubleCollection;
protected aag(): DoubleCollection;
protected zn(): void;
protected get_hg(): boolean;
private xy;
get x4(): boolean;
set x4(a: boolean);
static $$p: string[];
}
/**
* @hidden
*/
export declare class AnnotationLayerView extends SeriesView {
static $t: Type;
constructor(a: AnnotationLayer);
protected cd: AnnotationLayer;
private ce;
private cf;
private cj;
cg(): void;
ci(): void;
ch(): void;
ck(a: Brush, b: number): Brush;
cm(a: Brush, b: number): Brush;
cl(a: Brush, b: number): Brush;
}