UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 475 B
import { VerticalStackedSeriesBaseDescription } from "./VerticalStackedSeriesBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class StackedBarSeriesDescription extends VerticalStackedSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private gl; get radiusX(): number; set radiusX(a: number); private gm; get radiusY(): number; set radiusY(a: number); }