UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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 ha; get negativeBrush(): string; set negativeBrush(a: string); private g6; get radiusX(): number; set radiusX(a: number); private g7; get radiusY(): number; set radiusY(a: number); private hb; get negativeOutline(): string; set negativeOutline(a: string); }