UNPKG

igniteui-angular-charts

Version:

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

14 lines (13 loc) 390 B
import { NumericScaler } from "./NumericScaler"; import { NumericAxisBase } from "./NumericAxisBase"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare abstract class LinearScaler extends NumericScaler { static $t: Type; t(a: NumericAxisBase, b: number, c: number, d: number, e: number): { p3: number; p4: number; }; }