igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
168 lines (167 loc) • 4.24 kB
TypeScript
import { Series } from "./Series";
import { NumericXAxis } from "./NumericXAxis";
import { NumericYAxis } from "./NumericYAxis";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Color } from "igniteui-react-core";
import { Type, Point } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
import { Axis } from "./Axis";
import { SeriesView } from "./SeriesView";
import { ProgressiveLoadStatusEventArgs } from "./ProgressiveLoadStatusEventArgs";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { AxisRange } from "./AxisRange";
import { RenderSurface } from "./RenderSurface";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare class HighDensityScatterSeries extends Series {
static $t: Type;
protected bk(): Series;
protected get_fs(): boolean;
protected jt(): number;
constructor();
protected get_f0(): boolean;
xr: NumericXAxis;
xt: NumericYAxis;
zv: string;
protected get xy(): IFastItemColumn$1<number>;
protected set xy(a: IFastItemColumn$1<number>);
private xx;
zr: string;
zz: string;
zt: string;
z1: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
k0(a: any, b: string): any;
mp(a: string): string;
z3: string;
protected get x0(): IFastItemColumn$1<number>;
protected set x0(a: IFastItemColumn$1<number>);
private xz;
x8: boolean;
x7: boolean;
y3: number;
y2: number;
aa1: Color;
aa0: Color;
zf: number;
private aai;
protected rr(a: any, b: string, c: any, d: any): void;
private aac;
x6(a: any): boolean;
x5(a: any): boolean;
private z8;
private y9;
private x2;
private yo;
private yn;
private ym;
private yl;
private yk;
private yj;
private yi;
private yh;
private get ys();
private get yr();
private get yq();
private get yp();
private xp;
private xu;
private xv;
private xq;
private xs;
private x4;
hl(a: Rect, b: Rect, c: SeriesView): boolean;
private za;
get zg(): number;
set zg(a: number);
sa(a: boolean): void;
private x1;
private aaa;
private zc;
private y6;
private y5;
protected pp(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
private z7;
private aad;
private aab;
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
private z5;
private z9;
private x9;
private aak;
private yf;
private ye;
private yg;
private yv;
private yt;
private yu;
private yw;
private yy;
private y0;
private yz;
private yx;
private yb;
private yc;
private yd;
private ya;
private aaf;
gk(a: any): boolean;
private aah;
private zd;
private ze;
private y1;
private aag;
private aae;
private y8;
private y7;
private xm;
private zb;
private z6;
protected ct(): SeriesView;
ri(a: SeriesView): void;
protected xo: HighDensityScatterSeriesView;
ay(a: Axis): AxisRange;
private x3;
protected s9(a: Rect, b: Rect): void;
protected ta(a: Rect, b: Rect): void;
private _itemIndexes;
private xn;
private xk;
kx(a: Point): any;
private zh;
aaj(a: number[], b: number, c: number): void;
protected get_he(): boolean;
protected set_he(a: boolean): void;
pj(a: boolean, b: SeriesView): void;
sb(a: Rect, b: RenderSurface): void;
private xw;
r8(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
pg(): void;
static $$p: string[];
}
/**
* @hidden
*/
export declare class HighDensityScatterSeriesView extends SeriesView {
static $t: Type;
constructor(a: HighDensityScatterSeries);
a4(): void;
cq(): void;
protected cf: HighDensityScatterSeries;
private cd;
private cl;
private ck;
private ci;
private cj;
private cg;
cm(): void;
ce(): number[];
cp(): void;
co(a: () => void): void;
protected bj(a: RenderingContext, b: boolean): void;
ch(a: Color, b: Color): boolean;
cn(): void;
ax(a: any): void;
}