igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
14 lines (13 loc) • 369 B
TypeScript
import { Base, IEquatable$1, Type } from "igniteui-webcomponents-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;
}