UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 671 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 g3; get negativeBrush(): string; set negativeBrush(a: string); private gz; get radiusX(): number; set radiusX(a: number); private g0; get radiusY(): number; set radiusY(a: number); private g4; get negativeOutline(): string; set negativeOutline(a: string); }