UNPKG

igniteui-angular-charts

Version:

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

32 lines (31 loc) 1.02 kB
import { ScatterBase } from "./ScatterBase"; import { UnknownValuePlotting } from "igniteui-angular-core"; import { Series } from "./Series"; import { Type, Point } from "igniteui-angular-core"; import { ScatterFrame } from "./ScatterFrame"; import { SeriesView } from "./SeriesView"; import { ScatterBaseView } from "./ScatterBaseView"; /** * @hidden */ export declare class ScatterLineSeries extends ScatterBase { static $t: Type; protected bk(): Series; protected get_fn(): boolean; constructor(); protected ct(): SeriesView; protected aag(): boolean; protected js(): number; g2(a: Point, b: boolean): boolean; private ac8; abz(a: ScatterFrame, b: ScatterBaseView): void; private adf; protected get_aaa(): boolean; aca(a: ScatterFrame, b: ScatterBaseView): void; private add; private ac9; private adc; ac7: UnknownValuePlotting; protected rp(a: any, b: string, c: any, d: any): void; static $$p: string[]; }