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_fn(): boolean; constructor(); protected ct(): SeriesView; protected aah(): boolean; protected js(): number; g2(a: Point, b: boolean): boolean; private ac9; ab0(a: ScatterFrame, b: ScatterBaseView): void; private adg; protected get_aab(): boolean; acb(a: ScatterFrame, b: ScatterBaseView): void; private ade; private ada; private add; ac8: UnknownValuePlotting; protected rq(a: any, b: string, c: any, d: any): void; static $$p: string[]; }