igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
83 lines (82 loc) • 2.69 kB
TypeScript
import { ScatterTriangulationSeries } from "./ScatterTriangulationSeries";
import { ColorScale } from "./ColorScale";
import { Type, Point } from "igniteui-react-core";
import { Series } from "./Series";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
import { RenderSurface } from "./RenderSurface";
import { SeriesView } from "./SeriesView";
import { WriteableBitmap } from "igniteui-react-core";
import { TriangleRasterizer } from "./TriangleRasterizer";
import { ScalerParams } from "./ScalerParams";
import { ObservableColorCollection } from "igniteui-react-core";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare class ScatterAreaSeries extends ScatterTriangulationSeries {
static $t: Type;
protected bk(): Series;
protected get_ev(): boolean;
constructor();
private yv;
get yx(): ColorScale;
set yx(a: ColorScale);
private ze;
kq(a: any, b: string): any;
md(a: string): string;
y9: string;
private y0;
private get y1();
private set y1(value);
protected get_g7(): boolean;
protected set_g7(a: boolean): void;
protected ra(a: any, b: string, c: any, d: any): void;
rt(a: boolean): void;
rr(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
protected zf(a: SeriesView): void;
private zc;
kn(a: Point): any;
protected yt: number[];
protected yu: number[];
yz(a: SeriesView, b: ScalerParams, c: ScalerParams): TriangleRasterizer;
protected y2(): ObservableColorCollection;
yw: ColorScale;
zg(): void;
protected sj(): void;
o5(a: boolean, b: SeriesView): void;
protected ct(): SeriesView;
q1(a: SeriesView): void;
yy: ScatterAreaSeriesView;
zd(a: any): void;
y5: string;
y7: string;
getDataLegendSeriesContextAt(a: number, b: number): any;
static $$p: string[];
}
/**
* @hidden
*/
export declare class ScatterAreaSeriesView extends SeriesView {
static $t: Type;
private b8;
private b4;
get b7(): number[];
set b7(a: number[]);
constructor(a: ScatterAreaSeries);
ch(a: number, b: number): void;
cd(a: any): void;
private cc;
private cb;
private ca;
b5(): number[];
b6(a: boolean): number[];
private cg;
b9(a: Rect, b: ColorScale, c: IFastItemColumn$1<number>): TriangleRasterizer;
cf(a: TriangleRasterizer): void;
ce(): void;
protected bc(a: RenderingContext, b: boolean): void;
ci(a: WriteableBitmap): void;
aq(a: any): void;
getDefaultTooltipTemplate(): string;
}