UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 933 B
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); }