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