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_fp(): boolean;
protected jl(): number;
constructor();
protected get_fx(): boolean;
xa: NumericXAxis;
xc: NumericYAxis;
ze: string;
protected get xh(): IFastItemColumn$1<number>;
protected set xh(a: IFastItemColumn$1<number>);
private xg;
za: string;
zi: string;
zc: string;
zk: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
kr(a: any, b: string): any;
mf(a: string): string;
zm: string;
protected get xj(): IFastItemColumn$1<number>;
protected set xj(a: IFastItemColumn$1<number>);
private xi;
xr: boolean;
xq: boolean;
ym: number;
yl: number;
aak: Color;
aaj: Color;
yy: number;
private z1;
protected rc(a: any, b: string, c: any, d: any): void;
private zv;
xp(a: any): boolean;
xo(a: any): boolean;
private zr;
private ys;
private xl;
private x7;
private x6;
private x5;
private x4;
private x3;
private x2;
private x1;
private x0;
private get yb();
private get ya();
private get x9();
private get x8();
private w8;
private xd;
private xe;
private w9;
private xb;
private xn;
hf(a: Rect, b: Rect, c: SeriesView): boolean;
private yt;
get yz(): number;
set yz(a: number);
rv(a: boolean): void;
private xk;
private zt;
private yv;
private yp;
private yo;
protected pd(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
private zq;
private zw;
private zu;
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
private zo;
private zs;
private xs;
private z3;
private xy;
private xx;
private xz;
private ye;
private yc;
private yd;
private yf;
private yh;
private yj;
private yi;
private yg;
private xu;
private xv;
private xw;
private xt;
private zy;
ge(a: any): boolean;
private z0;
private yw;
private yx;
private yk;
private zz;
private zx;
private yr;
private yq;
private w5;
private yu;
private zp;
protected ct(): SeriesView;
q3(a: SeriesView): void;
protected w7: HighDensityScatterSeriesView;
ay(a: Axis): AxisRange;
private xm;
protected su(a: Rect, b: Rect): void;
protected sv(a: Rect, b: Rect): void;
private _itemIndexes;
private w6;
private w3;
ko(a: Point): any;
private y0;
z2(a: number[], b: number, c: number): void;
protected get_g8(): boolean;
protected set_g8(a: boolean): void;
o7(a: boolean, b: SeriesView): void;
rw(a: Rect, b: RenderSurface): void;
private xf;
rt(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
o4(): 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;
}