igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
168 lines (167 loc) • 4.41 kB
TypeScript
import { Series } from "./Series";
import { NumericXAxis } from "./NumericXAxis";
import { NumericYAxis } from "./NumericYAxis";
import { IFastItemColumn$1 } from "igniteui-angular-core";
import { Color } from "igniteui-angular-core";
import { Type, Point } from "igniteui-angular-core";
import { Rect } from "igniteui-angular-core";
import { Axis } from "./Axis";
import { SeriesView } from "./SeriesView";
import { ProgressiveLoadStatusEventArgs } from "./ProgressiveLoadStatusEventArgs";
import { FastItemsSourceEventAction } from "igniteui-angular-core";
import { AxisRange } from "./AxisRange";
import { RenderSurface } from "./RenderSurface";
import { RenderingContext } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class HighDensityScatterSeries extends Series {
static $t: Type;
protected bj(): Series;
protected get_fn(): boolean;
protected jj(): number;
constructor();
protected get_fv(): boolean;
w4: NumericXAxis;
w6: NumericYAxis;
y8: string;
protected get xb(): IFastItemColumn$1<number>;
protected set xb(a: IFastItemColumn$1<number>);
private xa;
y4: string;
zc: string;
y6: string;
ze: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
kp(a: any, b: string): any;
mc(a: string): string;
zg: string;
protected get xd(): IFastItemColumn$1<number>;
protected set xd(a: IFastItemColumn$1<number>);
private xc;
xl: boolean;
xk: boolean;
yg: number;
yf: number;
aae: Color;
aad: Color;
ys: number;
private zv;
protected q8(a: any, b: string, c: any, d: any): void;
private zp;
xj(a: any): boolean;
xi(a: any): boolean;
private zl;
private ym;
private xf;
private x1;
private x0;
private xz;
private xy;
private xx;
private xw;
private xv;
private xu;
private get x5();
private get x4();
private get x3();
private get x2();
private w2;
private w7;
private w8;
private w3;
private w5;
private xh;
hd(a: Rect, b: Rect, c: SeriesView): boolean;
private yn;
get yt(): number;
set yt(a: number);
rr(a: boolean): void;
private xe;
private zn;
private yp;
private yj;
private yi;
protected pa(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
private zk;
private zq;
private zo;
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
private zi;
private zm;
private xm;
private zx;
private xs;
private xr;
private xt;
private x8;
private x6;
private x7;
private x9;
private yb;
private yd;
private yc;
private ya;
private xo;
private xp;
private xq;
private xn;
private zs;
gc(a: any): boolean;
private zu;
private yq;
private yr;
private ye;
private zt;
private zr;
private yl;
private yk;
private wz;
private yo;
private zj;
protected cs(): SeriesView;
q0(a: SeriesView): void;
protected w1: HighDensityScatterSeriesView;
ay(a: Axis): AxisRange;
private xg;
protected sp(a: Rect, b: Rect): void;
protected sq(a: Rect, b: Rect): void;
private _itemIndexes;
private w0;
private wx;
km(a: Point): any;
private yu;
zw(a: number[], b: number, c: number): void;
protected get_g6(): boolean;
protected set_g6(a: boolean): void;
o4(a: boolean, b: SeriesView): void;
rs(a: Rect, b: RenderSurface): void;
private w9;
rp(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
o1(): void;
static $$p: string[];
}
/**
* @hidden
*/
export declare class HighDensityScatterSeriesView extends SeriesView {
static $t: Type;
constructor(a: HighDensityScatterSeries);
au(): void;
cd(): void;
protected b2: HighDensityScatterSeries;
private b0;
private b8;
private b7;
private b5;
private b6;
private b3;
b9(): void;
b1(): number[];
cc(): void;
cb(a: () => void): void;
protected a8(a: RenderingContext, b: boolean): void;
b4(a: Color, b: Color): boolean;
ca(): void;
an(a: any): void;
}