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_fl(): boolean; constructor(); protected ct(): SeriesView; protected z1(): boolean; protected jl(): number; gx(a: Point, b: boolean): boolean; private act; abk(a: ScatterFrame, b: ScatterBaseView): void; private ac0; protected get_zv(): boolean; abv(a: ScatterFrame, b: ScatterBaseView): void; private acy; private acu; private acx; acs: UnknownValuePlotting; protected rc(a: any, b: string, c: any, d: any): void; static $$p: string[]; }