igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 704 B
TypeScript
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);
}