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 bj(): Series; protected get_fk(): boolean; constructor(); protected cs(): SeriesView; protected zw(): boolean; protected jk(): number; gw(a: Point, b: boolean): boolean; private aco; abf(a: ScatterFrame, b: ScatterBaseView): void; private acv; protected get_zq(): boolean; abq(a: ScatterFrame, b: ScatterBaseView): void; private act; private acp; private acs; acn: UnknownValuePlotting; protected q9(a: any, b: string, c: any, d: any): void; static $$p: string[]; }