UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 442 B
import { HorizontalAnchoredCategorySeriesDescription } from "./HorizontalAnchoredCategorySeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare class AreaSeriesDescription extends HorizontalAnchoredCategorySeriesDescription { static $t: Type; protected get_type(): string; constructor(); private g1; get unknownValuePlotting(): string; set unknownValuePlotting(a: string); }