igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 386 B
TypeScript
import { ScatterBaseDescription } from "./ScatterBaseDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ScatterLineSeriesDescription extends ScatterBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
private g9;
get unknownValuePlotting(): string;
set unknownValuePlotting(a: string);
}