UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

73 lines (72 loc) 2.46 kB
import { Series } from "./Series"; import { IFastItemColumn$1 } from "igniteui-react-core"; import { IEnumerable, Type } from "igniteui-react-core"; import { NumericXAxis } from "./NumericXAxis"; import { NumericYAxis } from "./NumericYAxis"; import { IFastItemsSource } from "igniteui-react-core"; import { TriangulationStatusEventArgs } from "igniteui-react-core"; import { Axis } from "./Axis"; import { Rect } from "igniteui-react-core"; import { SeriesView } from "./SeriesView"; import { FastItemsSourceEventAction } from "igniteui-react-core"; import { AxisRange } from "./AxisRange"; /** * @hidden */ export declare abstract class ScatterTriangulationSeries extends Series { static $t: Type; pf(): void; yl: string; kz(a: any, b: string): any; mo(a: string): string; yt: string; private xq; protected get xw(): IFastItemColumn$1<number>; protected set xw(a: IFastItemColumn$1<number>); private xr; protected get xx(): IFastItemColumn$1<number>; protected set xx(a: IFastItemColumn$1<number>); xj: NumericXAxis; xk: NumericYAxis; private xz; r9(a: boolean): void; private yx; private yv; private xm; triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void; private yy; protected xs(a: IFastItemsSource, b: string): IFastItemColumn$1<number>; protected rq(a: any, b: string, c: any, d: any): void; x1(a: any): boolean; x0(a: any): boolean; hk(a: Rect, b: Rect, c: SeriesView): boolean; private yw; private x2; qp(): void; protected po(a: FastItemsSourceEventAction, b: number, c: number, d: string): void; ay(a: Axis): AxisRange; protected s9(a: Rect, b: Rect): void; protected s8(a: Rect, b: Rect): void; trianglesSource: IEnumerable; xy: IFastItemsSource; x9: string; yb: string; yd: string; private xn; protected get xt(): IFastItemColumn$1<number>; protected set xt(a: IFastItemColumn$1<number>); private xo; protected get xu(): IFastItemColumn$1<number>; protected set xu(a: IFastItemColumn$1<number>); private xp; protected get xv(): IFastItemColumn$1<number>; protected set xv(a: IFastItemColumn$1<number>); protected get_f0(): boolean; protected get_fo(): boolean; yh: string; yp: string; yj: string; yr: string; getDataLegendSeriesContextAt(a: number, b: number): any; static $$p: string[]; }