igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
73 lines (72 loc) • 2.3 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 aa8;
protected bk(): Series;
constructor();
ac(): void;
protected ct(): SeriesView;
rh(a: SeriesView): void;
protected get_ev(): boolean;
protected get_fn(): boolean;
protected aau: TrendLineLayerView;
aat: Series;
aas: Series;
aav: TrendLineType;
aaw: number;
protected get_isUsableInLegend(): boolean;
protected zd(a: Series, b: boolean): void;
protected x4(a: Series): boolean;
sa(a: Rect, b: RenderSurface): void;
r7(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
protected ze(a: NotifyCollectionChangedEventArgs): void;
aay(): string;
private aa3;
private aa0;
private aa2;
private aa1;
protected sz(): void;
protected zn(): void;
protected xn(): AnnotationAppearanceMode;
protected yb(): number;
protected ye(): number;
protected yd(): number;
protected aag(): DoubleCollection;
private aa9;
private aba;
protected rq(a: any, b: string, c: any, d: any): void;
protected qd(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;
}