UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

51 lines (50 loc) 1.62 kB
import { NumericAxisBase } from "./NumericAxisBase"; import { NumericScaleMode } from "./NumericScaleMode"; import { DependencyProperty } from "igniteui-react-core"; import { NumericScaler } from "./NumericScaler"; import { Type } from "igniteui-react-core"; import { AxisView } from "./AxisView"; import { NumericAxisBaseView } from "./NumericAxisBaseView"; /** * @hidden */ export declare abstract class StraightNumericAxisBase extends NumericAxisBase { static $t: Type; constructor(); a4(): AxisView; hv(a: AxisView): void; n5: StraightNumericAxisBaseView; n0: NumericScaleMode; static readonly oi: DependencyProperty; get n4(): NumericScaler; set n4(a: NumericScaler); private static oe; protected n3(): NumericScaler; protected n2: NumericScaler; protected get_n1(): NumericScaler; protected set_n1(a: NumericScaler): void; get n1(): NumericScaler; set n1(a: NumericScaler); ng(a: NumericAxisBase, b: number, c: number, d: boolean, e: number, f: number, g: number): { p5: number; p6: number; }; private of; private n6; protected og(): void; ob(): void; protected hz(a: any, b: string, c: any, d: any): void; private od; private oc; protected n7(a: number, b: StraightNumericAxisBase): number; static $$p: string[]; } /** * @hidden */ export declare class StraightNumericAxisBaseView extends NumericAxisBaseView { static $t: Type; protected bm: StraightNumericAxisBase; constructor(a: StraightNumericAxisBase); bn(): void; }