igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 412 B
TypeScript
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);
}