UNPKG

igniteui-react-core

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