igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
17 lines (16 loc) • 445 B
TypeScript
import { Base, Type } from "igniteui-angular-core";
import { Rect } from "igniteui-angular-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;
}