igniteui-react-core
Version:
Ignite UI React Core.
27 lines (26 loc) • 933 B
TypeScript
import { ScatterTriangulationSeriesDescription } from "./ScatterTriangulationSeriesDescription";
import { ColorScaleDescription } from "./ColorScaleDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ScatterAreaSeriesDescription extends ScatterTriangulationSeriesDescription {
static $t: Type;
protected get_type(): string;
constructor();
private fw;
get colorScale(): ColorScaleDescription;
set colorScale(a: ColorScaleDescription);
private f1;
get colorMemberPath(): string;
set colorMemberPath(a: string);
private fv;
get actualColorScale(): ColorScaleDescription;
set actualColorScale(a: ColorScaleDescription);
private fz;
get colorMemberAsLegendLabel(): string;
set colorMemberAsLegendLabel(a: string);
private f0;
get colorMemberAsLegendUnit(): string;
set colorMemberAsLegendUnit(a: string);
}