igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
125 lines (124 loc) • 3.97 kB
TypeScript
import { Series } from "./Series";
import { Point, Type } from "igniteui-react-core";
import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { DoubleCollection } from "igniteui-react-core";
import { PenLineCap } from "igniteui-react-core";
import { Frame } from "./Frame";
import { SeriesView } from "./SeriesView";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { NotifyCollectionChangedEventArgs } from "igniteui-react-core";
import { Axis } from "./Axis";
import { Brush } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
import { Tuple$2 } from "igniteui-react-core";
/**
* @hidden
*/
export declare abstract class AnnotationLayer extends Series {
static $t: Type;
constructor();
protected ct(): SeriesView;
q3(a: SeriesView): void;
protected xn(a: Series): boolean;
protected xf: AnnotationLayerView;
xp: boolean;
xq: boolean;
z8: Point;
xk: boolean;
protected get_e3(): boolean;
w6: AnnotationAppearanceMode;
w3: AnnotationAppearanceMode;
x3: number;
xs: number;
xd: AnnotationAppearanceMode;
w4: AnnotationAppearanceMode;
xe: AnnotationAppearanceMode;
w5: AnnotationAppearanceMode;
x2: number;
xr: number;
x4: number;
xt: number;
z4: DoubleCollection;
zw: DoubleCollection;
z5: DoubleCollection;
zx: DoubleCollection;
zv: DoubleCollection;
z6: PenLineCap;
protected b3(): SeriesHitTestMode;
protected get_fh(): boolean;
protected get_isUsableInLegend(): boolean;
protected rc(a: any, b: string, c: any, d: any): void;
protected z9: Point;
private y5;
private y4;
private y0;
private yz;
protected xl(a: Axis): boolean;
private yt;
protected xm(a: Series): boolean;
private y3;
protected yv(a: Axis, b: boolean): void;
protected yw(a: Series, b: boolean): void;
private y2;
private ys;
protected zt(): Brush;
protected zu(): Brush;
protected yu(a: NotifyCollectionChangedEventArgs): void;
protected yx(a: NotifyCollectionChangedEventArgs): void;
protected xh: Frame;
protected xg: Frame;
protected xi: Frame;
protected sv(a: Rect, b: Rect): void;
protected su(a: Rect, b: Rect): void;
rv(a: boolean): void;
protected get_eu(): boolean;
protected yy(a: Frame, b: SeriesView): void;
protected y1(a: Frame, b: SeriesView): void;
protected yr(a: Series): Tuple$2<boolean, Point>;
protected qt(a: Point): void;
z7: Point;
hf(a: Rect, b: Rect, c: SeriesView): boolean;
protected x0(): number;
protected xz(): number;
protected x1(): number;
protected xa(): AnnotationAppearanceMode;
protected xb(): AnnotationAppearanceMode;
protected xc(): AnnotationAppearanceMode;
protected z2(): DoubleCollection;
protected z3(): DoubleCollection;
protected z1(): DoubleCollection;
protected w7(): AnnotationAppearanceMode;
protected w8(): AnnotationAppearanceMode;
protected w9(): AnnotationAppearanceMode;
protected xu(): number;
protected xx(): number;
protected xw(): number;
protected xv(): number;
protected xy(): number;
protected zz(): DoubleCollection;
protected z0(): DoubleCollection;
protected zy(): DoubleCollection;
protected y6(): void;
protected get_hb(): boolean;
private xj;
get xo(): boolean;
set xo(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;
}