UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

74 lines (73 loc) 2.46 kB
import { ScatterTriangulationSeries } from "./ScatterTriangulationSeries"; import { IFastItemColumn$1 } from "igniteui-angular-core"; import { Type, Point } from "igniteui-angular-core"; import { Series } from "./Series"; import { ValueBrushScale } from "./ValueBrushScale"; import { ContourValueResolver } from "./ContourValueResolver"; import { SeriesView } from "./SeriesView"; import { List$1 } from "igniteui-angular-core"; import { Rect } from "igniteui-angular-core"; import { RenderSurface } from "./RenderSurface"; import { DataContext } from "igniteui-angular-core"; import { Path } from "igniteui-angular-core"; import { RenderingContext } from "igniteui-angular-core"; /** * @hidden */ export declare class ScatterContourSeries extends ScatterTriangulationSeries { static $t: Type; protected bj(): Series; protected get_fi(): boolean; constructor(); kp(a: any, b: string): any; mc(a: string): string; private ys; protected cs(): SeriesView; y4: string; private yv; get yw(): IFastItemColumn$1<number>; set yw(a: IFastItemColumn$1<number>); y0: string; y2: string; getDataLegendSeriesContextAt(a: number, b: number): any; protected q8(a: any, b: string, c: any, d: any): void; o4(a: boolean, b: SeriesView): void; rr(a: boolean): void; rp(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void; protected y7(a: SeriesView): void; yu: ValueBrushScale; yt: ValueBrushScale; protected sg(): void; private y8; private yq; get yr(): ContourValueResolver; set yr(a: ContourValueResolver); private y9; hd(a: Rect, b: Rect, c: SeriesView): boolean; a2(a: Point, b: boolean): DataContext; static $$p: string[]; } /** * @hidden */ export declare class ScatterContourSeriesView extends SeriesView { static $t: Type; private b2; private b1; constructor(a: ScatterContourSeries); protected b4: List$1<Path>; private cb; private b7; private b8; private b9; private b3; private b0; b5(a: List$1<List$1<List$1<Point>>>, b: number[]): void; protected bg(a: any, b: number): void; protected bh(a: any, b: number): void; protected a8(a: RenderingContext, b: boolean): void; b6(a: boolean): void; an(a: any): void; getDefaultTooltipTemplate(): string; ca(a: Point, b: boolean): Path; }