UNPKG

igniteui-angular-charts

Version:

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

30 lines (29 loc) 982 B
import { ScatterBase } from "./ScatterBase"; import { Series } from "./Series"; import { Type } from "igniteui-angular-core"; import { ScatterFrame } from "./ScatterFrame"; import { SeriesView } from "./SeriesView"; import { SeriesHitTestMode } from "./SeriesHitTestMode"; import { ScatterBaseView } from "./ScatterBaseView"; /** * @hidden */ export declare class ScatterSplineSeries extends ScatterBase { static $t: Type; protected bk(): Series; protected get_f1(): boolean; constructor(); protected ct(): SeriesView; acz: number; protected z7(): boolean; protected jn(): number; protected rh(a: any, b: string, c: any, d: any): void; protected b3(): SeriesHitTestMode; abq(a: ScatterFrame, b: ScatterBaseView): void; private ac2; private acy; protected get_z1(): boolean; pb(a: boolean, b: SeriesView): void; ab1(a: ScatterFrame, b: ScatterBaseView): void; static $$p: string[]; }