UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 682 B
import { CategoryAngleAxisDescription } from "./CategoryAngleAxisDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ProportionalCategoryAngleAxisDescription extends CategoryAngleAxisDescription { static $t: Type; protected get_type(): string; constructor(); private gu; get valueMemberPath(): string; set valueMemberPath(a: string); private gq; get othersCategoryThreshold(): number; set othersCategoryThreshold(a: number); private gt; get othersCategoryType(): string; set othersCategoryType(a: string); private gs; get othersCategoryText(): string; set othersCategoryText(a: string); }