igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
74 lines (73 loc) • 2.38 kB
TypeScript
import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { TrendLineType } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Rect } from "igniteui-react-core";
import { RenderSurface } from "./RenderSurface";
import { NotifyCollectionChangedEventArgs } from "igniteui-react-core";
import { ITrendLineManager } from "./ITrendLineManager";
import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { DoubleCollection } from "igniteui-react-core";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare class TrendLineLayer extends AnnotationLayer {
static $t: Type;
private aat;
protected bk(): Series;
constructor();
ac(): void;
protected ct(): SeriesView;
q3(a: SeriesView): void;
protected get_eu(): boolean;
protected get_fl(): boolean;
protected aac: TrendLineLayerView;
aah: string;
aab: Series;
aaa: Series;
aad: TrendLineType;
aae: number;
protected get_isUsableInLegend(): boolean;
protected yw(a: Series, b: boolean): void;
protected xn(a: Series): boolean;
rw(a: Rect, b: RenderSurface): void;
rt(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
protected yx(a: NotifyCollectionChangedEventArgs): void;
aag(): string;
private aan;
private aak;
private aam;
private aal;
protected sl(): void;
protected y6(): void;
protected w7(): AnnotationAppearanceMode;
protected xu(): number;
protected xx(): number;
protected xw(): number;
protected zy(): DoubleCollection;
private aau;
private aav;
protected rc(a: any, b: string, c: any, d: any): void;
protected p1(a: any): void;
static $$p: string[];
}
/**
* @hidden
*/
export declare class TrendLineLayerView extends AnnotationLayerView {
static $t: Type;
private static cr;
private cq;
protected co: TrendLineLayer;
cn: ITrendLineManager;
cp: boolean;
constructor(a: TrendLineLayer);
private cu;
protected bj(a: RenderingContext, b: boolean): void;
ct(a: Series, b: Series): void;
cs(): void;
ax(a: any): void;
}