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 ju(): number;
constructor();
protected get_f0(): boolean;
xs: NumericXAxis;
xu: NumericYAxis;
zw: string;
protected get xz(): IFastItemColumn$1<number>;
protected set xz(a: IFastItemColumn$1<number>);
private xy;
zs: string;
z0: string;
zu: string;
z2: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
k1(a: any, b: string): any;
mq(a: string): string;
z4: string;
protected get x1(): IFastItemColumn$1<number>;
protected set x1(a: IFastItemColumn$1<number>);
private x0;
x9: boolean;
x8: boolean;
y4: number;
y3: number;
aa2: Color;
aa1: Color;
zg: number;
private aaj;
protected rs(a: any, b: string, c: any, d: any): void;
private aad;
x7(a: any): boolean;
x6(a: any): boolean;
private z9;
private za;
private x3;
private yp;
private yo;
private yn;
private ym;
private yl;
private yk;
private yj;
private yi;
private get yt();
private get ys();
private get yr();
private get yq();
private xq;
private xv;
private xw;
private xr;
private xt;
private x5;
hm(a: Rect, b: Rect, c: SeriesView): boolean;
private zb;
get zh(): number;
set zh(a: number);
sb(a: boolean): void;
private x2;
private aab;
private zd;
private y7;
private y6;
protected pq(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
private z8;
private aae;
private aac;
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
private z6;
private aaa;
private ya;
private aal;
private yg;
private yf;
private yh;
private yw;
private yu;
private yv;
private yx;
private yz;
private y1;
private y0;
private yy;
private yc;
private yd;
private ye;
private yb;
private aag;
gl(a: any): boolean;
private aai;
private ze;
private zf;
private y2;
private aah;
private aaf;
private y9;
private y8;
private xn;
private zc;
private z7;
protected ct(): SeriesView;
rj(a: SeriesView): void;
protected xp: HighDensityScatterSeriesView;
ay(a: Axis): AxisRange;
private x4;
protected ta(a: Rect, b: Rect): void;
protected tb(a: Rect, b: Rect): void;
private _itemIndexes;
private xo;
private xl;
ky(a: Point): any;
private zi;
aak(a: number[], b: number, c: number): void;
protected get_hf(): boolean;
protected set_hf(a: boolean): void;
pk(a: boolean, b: SeriesView): void;
sc(a: Rect, b: RenderSurface): void;
private xx;
r9(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
ph(): 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;
}