UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 480 B
import { CategorySeriesDescription } from "./CategorySeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class RangeCategorySeriesDescription extends CategorySeriesDescription { static $t: Type; protected get_type(): string; constructor(); private d4; get lowMemberPath(): string; set lowMemberPath(a: string); private d3; get highMemberPath(): string; set highMemberPath(a: string); }