UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 488 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 gt; get radiusX(): number; set radiusX(a: number); private gu; get radiusY(): number; set radiusY(a: number); }