UNPKG

igniteui-angular-charts

Version:

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

32 lines (31 loc) 989 B
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_fo(): boolean; constructor(); protected ct(): SeriesView; protected aa8(): boolean; protected ju(): number; g4(a: Point, b: boolean): boolean; private ad0; acr(a: ScatterFrame, b: ScatterBaseView): void; private ad7; protected get_aa2(): boolean; ac2(a: ScatterFrame, b: ScatterBaseView): void; private ad5; private ad1; private ad4; adz: UnknownValuePlotting; protected rs(a: any, b: string, c: any, d: any): void; static $$p: string[]; }