igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 671 B
TypeScript
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);
}