UNPKG

igniteui-webcomponents-charts

Version:

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

17 lines (16 loc) 441 B
import { Base, Type } from "igniteui-webcomponents-core"; import { Rect } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class ScalerParams extends Base { static $t: Type; constructor(a: number, b: Rect, c: Rect, d: boolean, e: Rect); constructor(a: number, b: Rect, c: Rect, d: boolean); constructor(a: number, ..._rest: any[]); e: Rect; d: Rect; c: Rect; a: boolean; b: number; }