UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

32 lines (31 loc) 1.01 kB
import { ScatterBase } from "./ScatterBase"; import { UnknownValuePlotting } from "igniteui-react-core"; import { Series } from "./Series"; import { Type, Point } from "igniteui-react-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_fk(): boolean; constructor(); protected ct(): SeriesView; protected zy(): boolean; protected jk(): number; gw(a: Point, b: boolean): boolean; private acq; abh(a: ScatterFrame, b: ScatterBaseView): void; private acx; protected get_zs(): boolean; abs(a: ScatterFrame, b: ScatterBaseView): void; private acv; private acr; private acu; acp: UnknownValuePlotting; protected ra(a: any, b: string, c: any, d: any): void; static $$p: string[]; }