UNPKG

igniteui-react-core

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