UNPKG

igniteui-angular-charts

Version:

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

25 lines (24 loc) 1.11 kB
import { Base, Type } from "igniteui-angular-core"; import { SeriesRenderingArguments } from "./SeriesRenderingArguments"; /** * @hidden */ export declare class SeriesRenderer$2<TFrame, TView> extends Base { static $t: Type; protected $tFrame: Type; protected $tView: Type; c: (arg1: TFrame, arg2: TView) => void; d: (arg1: TFrame, arg2: TView) => void; a: (arg1: TFrame) => void; e: () => void; f: () => boolean; b: () => void; constructor($tFrame: Type, $tView: Type, a: number, b: (arg1: TFrame, arg2: TView) => void, c: (arg1: TFrame, arg2: TView) => void, d: () => boolean, e: () => void, f: () => void); constructor($tFrame: Type, $tView: Type, a: number, b: (arg1: TFrame, arg2: TView) => void, c: (arg1: TFrame, arg2: TView) => void, d: () => boolean, e: () => void, f: () => void, g: (arg1: TFrame) => void); constructor($tFrame: Type, $tView: Type, a: number, ..._rest: any[]); g(a: SeriesRenderingArguments, b: TFrame, c: TFrame, d: TFrame, e: TView): { p1?: TFrame; p2?: TFrame; p3?: TFrame; }; }