UNPKG

igniteui-react-charts

Version:

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

32 lines (31 loc) 985 B
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_fo(): boolean; constructor(); protected ct(): SeriesView; protected aam(): boolean; protected ju(): number; g4(a: Point, b: boolean): boolean; private ade; ab5(a: ScatterFrame, b: ScatterBaseView): void; private adl; protected get_aag(): boolean; acg(a: ScatterFrame, b: ScatterBaseView): void; private adj; private adf; private adi; add: UnknownValuePlotting; protected rs(a: any, b: string, c: any, d: any): void; static $$p: string[]; }