igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
73 lines (72 loc) • 2.54 kB
TypeScript
import { Series } from "./Series";
import { IFastItemColumn$1 } from "igniteui-angular-core";
import { IEnumerable, Type } from "igniteui-angular-core";
import { NumericXAxis } from "./NumericXAxis";
import { NumericYAxis } from "./NumericYAxis";
import { IFastItemsSource } from "igniteui-angular-core";
import { TriangulationStatusEventArgs } from "igniteui-angular-core";
import { Axis } from "./Axis";
import { Rect } from "igniteui-angular-core";
import { SeriesView } from "./SeriesView";
import { FastItemsSourceEventAction } from "igniteui-angular-core";
import { AxisRange } from "./AxisRange";
/**
* @hidden
*/
export declare abstract class ScatterTriangulationSeries extends Series {
static $t: Type;
pe(): void;
yk: string;
kz(a: any, b: string): any;
mo(a: string): string;
ys: string;
private xp;
protected get xv(): IFastItemColumn$1<number>;
protected set xv(a: IFastItemColumn$1<number>);
private xq;
protected get xw(): IFastItemColumn$1<number>;
protected set xw(a: IFastItemColumn$1<number>);
xi: NumericXAxis;
xj: NumericYAxis;
private xy;
r8(a: boolean): void;
private yw;
private yu;
private xl;
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
private yx;
protected xr(a: IFastItemsSource, b: string): IFastItemColumn$1<number>;
protected rp(a: any, b: string, c: any, d: any): void;
x0(a: any): boolean;
xz(a: any): boolean;
hk(a: Rect, b: Rect, c: SeriesView): boolean;
private yv;
private x1;
qo(): void;
protected pn(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
ay(a: Axis): AxisRange;
protected s8(a: Rect, b: Rect): void;
protected s7(a: Rect, b: Rect): void;
trianglesSource: IEnumerable;
xx: IFastItemsSource;
x8: string;
ya: string;
yc: string;
private xm;
protected get xs(): IFastItemColumn$1<number>;
protected set xs(a: IFastItemColumn$1<number>);
private xn;
protected get xt(): IFastItemColumn$1<number>;
protected set xt(a: IFastItemColumn$1<number>);
private xo;
protected get xu(): IFastItemColumn$1<number>;
protected set xu(a: IFastItemColumn$1<number>);
protected get_f0(): boolean;
protected get_fo(): boolean;
yg: string;
yo: string;
yi: string;
yq: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
static $$p: string[];
}