UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

23 lines (22 loc) 704 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 et; get valueMemberPath(): string; set valueMemberPath(a: string); private ep; get othersCategoryThreshold(): number; set othersCategoryThreshold(a: number); private es; get othersCategoryType(): string; set othersCategoryType(a: string); private er; get othersCategoryText(): string; set othersCategoryText(a: string); }