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_fl(): boolean; constructor(); protected ct(): SeriesView; protected z7(): boolean; protected jn(): number; gx(a: Point, b: boolean): boolean; private acz; abq(a: ScatterFrame, b: ScatterBaseView): void; private ac6; protected get_z1(): boolean; ab1(a: ScatterFrame, b: ScatterBaseView): void; private ac4; private ac0; private ac3; acy: UnknownValuePlotting; protected rh(a: any, b: string, c: any, d: any): void; static $$p: string[]; }