UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 827 B
import { CategoryXAxisDescription } from "./CategoryXAxisDescription"; import { TimeAxisLabelFormatDescription } from "./TimeAxisLabelFormatDescription"; import { Type } from "./type"; /** * @hidden */ export declare class OrdinalTimeXAxisDescription extends CategoryXAxisDescription { static $t: Type; protected get_type(): string; constructor(); private g0; get dateTimeMemberPath(): string; set dateTimeMemberPath(a: string); private g1; get labellingMode(): string; set labellingMode(a: string); private gu; get labelFormats(): TimeAxisLabelFormatDescription[]; set labelFormats(a: TimeAxisLabelFormatDescription[]); private gx; get minimumValue(): Date; set minimumValue(a: Date); private gw; get maximumValue(): Date; set maximumValue(a: Date); }