UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 619 B
import { BrushScaleDescription } from "./BrushScaleDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ValueBrushScaleDescription extends BrushScaleDescription { static $t: Type; protected get_type(): string; constructor(); private p; get minimumValue(): number; set minimumValue(a: number); private o; get maximumValue(): number; set maximumValue(a: number); private m; get isLogarithmic(): boolean; set isLogarithmic(a: boolean); private s; get logarithmBase(): number; set logarithmBase(a: number); }