UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

23 lines (22 loc) 698 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 gh; get lowMemberPath(): string; set lowMemberPath(a: string); private gg; get highMemberPath(): string; set highMemberPath(a: string); private gf; get highlightedLowMemberPath(): string; set highlightedLowMemberPath(a: string); private ge; get highlightedHighMemberPath(): string; set highlightedHighMemberPath(a: string); }