UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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