UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 649 B
import { HorizontalAnchoredCategorySeriesDescription } from "./HorizontalAnchoredCategorySeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WaterfallSeriesDescription extends HorizontalAnchoredCategorySeriesDescription { static $t: Type; protected get_type(): string; constructor(); private hc; get negativeBrush(): string; set negativeBrush(a: string); private g8; get radiusX(): number; set radiusX(a: number); private g9; get radiusY(): number; set radiusY(a: number); private hd; get negativeOutline(): string; set negativeOutline(a: string); }