igniteui-angular-charts
Version: 
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
125 lines (124 loc) • 3.99 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;
    q8(a: SeriesView): void;
    protected xt(a: Series): boolean;
    protected xl: AnnotationLayerView;
    xv: boolean;
    xw: boolean;
    aae: Point;
    xq: boolean;
    protected get_e3(): boolean;
    xc: AnnotationAppearanceMode;
    w9: AnnotationAppearanceMode;
    x9: number;
    xy: number;
    xj: AnnotationAppearanceMode;
    xa: AnnotationAppearanceMode;
    xk: AnnotationAppearanceMode;
    xb: AnnotationAppearanceMode;
    x8: number;
    xx: number;
    ya: number;
    xz: number;
    aaa: DoubleCollection;
    z2: DoubleCollection;
    aab: DoubleCollection;
    z3: DoubleCollection;
    z1: DoubleCollection;
    aac: PenLineCap;
    protected b3(): SeriesHitTestMode;
    protected get_fh(): boolean;
    protected get_isUsableInLegend(): boolean;
    protected rh(a: any, b: string, c: any, d: any): void;
    protected aaf: Point;
    private zb;
    private za;
    private y6;
    private y5;
    protected xr(a: Axis): boolean;
    private yz;
    protected xs(a: Series): boolean;
    private y9;
    protected y1(a: Axis, b: boolean): void;
    protected y2(a: Series, b: boolean): void;
    private y8;
    private yy;
    protected zz(): Brush;
    protected z0(): Brush;
    protected y0(a: NotifyCollectionChangedEventArgs): void;
    protected y3(a: NotifyCollectionChangedEventArgs): void;
    protected xn: Frame;
    protected xm: Frame;
    protected xo: Frame;
    protected s0(a: Rect, b: Rect): void;
    protected sz(a: Rect, b: Rect): void;
    r0(a: boolean): void;
    protected get_eu(): boolean;
    protected y4(a: Frame, b: SeriesView): void;
    protected y7(a: Frame, b: SeriesView): void;
    protected yx(a: Series): Tuple$2<boolean, Point>;
    protected qy(a: Point): void;
    aad: Point;
    hf(a: Rect, b: Rect, c: SeriesView): boolean;
    protected x6(): number;
    protected x5(): number;
    protected x7(): number;
    protected xg(): AnnotationAppearanceMode;
    protected xh(): AnnotationAppearanceMode;
    protected xi(): AnnotationAppearanceMode;
    protected z8(): DoubleCollection;
    protected z9(): DoubleCollection;
    protected z7(): DoubleCollection;
    protected xd(): AnnotationAppearanceMode;
    protected xe(): AnnotationAppearanceMode;
    protected xf(): AnnotationAppearanceMode;
    protected x0(): number;
    protected x3(): number;
    protected x2(): number;
    protected x1(): number;
    protected x4(): number;
    protected z5(): DoubleCollection;
    protected z6(): DoubleCollection;
    protected z4(): DoubleCollection;
    protected zc(): void;
    protected get_hb(): boolean;
    private xp;
    get xu(): boolean;
    set xu(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;
}