igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
168 lines (167 loc) • 4.4 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_fo(): boolean;
protected jk(): number;
constructor();
protected get_fw(): boolean;
w7: NumericXAxis;
w9: NumericYAxis;
zb: string;
protected get xe(): IFastItemColumn$1<number>;
protected set xe(a: IFastItemColumn$1<number>);
private xd;
y7: string;
zf: string;
y9: string;
zh: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
kq(a: any, b: string): any;
md(a: string): string;
zj: string;
protected get xg(): IFastItemColumn$1<number>;
protected set xg(a: IFastItemColumn$1<number>);
private xf;
xo: boolean;
xn: boolean;
yj: number;
yi: number;
aah: Color;
aag: Color;
yv: number;
private zy;
protected ra(a: any, b: string, c: any, d: any): void;
private zs;
xm(a: any): boolean;
xl(a: any): boolean;
private zo;
private yp;
private xi;
private x4;
private x3;
private x2;
private x1;
private x0;
private xz;
private xy;
private xx;
private get x8();
private get x7();
private get x6();
private get x5();
private w5;
private xa;
private xb;
private w6;
private w8;
private xk;
he(a: Rect, b: Rect, c: SeriesView): boolean;
private yq;
get yw(): number;
set yw(a: number);
rt(a: boolean): void;
private xh;
private zq;
private ys;
private ym;
private yl;
protected pb(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
private zn;
private zt;
private zr;
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
private zl;
private zp;
private xp;
private z0;
private xv;
private xu;
private xw;
private yb;
private x9;
private ya;
private yc;
private ye;
private yg;
private yf;
private yd;
private xr;
private xs;
private xt;
private xq;
private zv;
gd(a: any): boolean;
private zx;
private yt;
private yu;
private yh;
private zw;
private zu;
private yo;
private yn;
private w2;
private yr;
private zm;
protected ct(): SeriesView;
q1(a: SeriesView): void;
protected w4: HighDensityScatterSeriesView;
ay(a: Axis): AxisRange;
private xj;
protected ss(a: Rect, b: Rect): void;
protected st(a: Rect, b: Rect): void;
private _itemIndexes;
private w3;
private w0;
kn(a: Point): any;
private yx;
zz(a: number[], b: number, c: number): void;
protected get_g7(): boolean;
protected set_g7(a: boolean): void;
o5(a: boolean, b: SeriesView): void;
ru(a: Rect, b: RenderSurface): void;
private xc;
rr(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
o2(): void;
static $$p: string[];
}
/**
* @hidden
*/
export declare class HighDensityScatterSeriesView extends SeriesView {
static $t: Type;
constructor(a: HighDensityScatterSeries);
ax(): void;
ch(): void;
protected b6: HighDensityScatterSeries;
private b4;
private cc;
private cb;
private b9;
private ca;
private b7;
cd(): void;
b5(): number[];
cg(): void;
cf(a: () => void): void;
protected bc(a: RenderingContext, b: boolean): void;
b8(a: Color, b: Color): boolean;
ce(): void;
aq(a: any): void;
}