UNPKG

igniteui-angular-charts

Version:

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

14 lines (13 loc) 363 B
import { Base, IEquatable$1, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class AxisRange extends Base implements IEquatable$1<AxisRange> { static $t: Type; constructor(a: number, b: number); c: number; b: number; equals(a: AxisRange): boolean; equals1(a: any): boolean; getHashCode(): number; }