UNPKG

igniteui-react-core

Version:
50 lines (49 loc) 1.54 kB
import { SeriesDescription } from "./SeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class ScatterTriangulationSeriesDescription extends SeriesDescription { static $t: Type; protected get_type(): string; constructor(); private fd; get xMemberPath(): string; set xMemberPath(a: string); private fh; get yMemberPath(): string; set yMemberPath(a: string); private fa; get xAxisRef(): string; set xAxisRef(a: string); private fe; get yAxisRef(): string; set yAxisRef(a: string); private e5; get trianglesSourceRef(): string; set trianglesSourceRef(a: string); private e6; get triangleVertexMemberPath1(): string; set triangleVertexMemberPath1(a: string); private e7; get triangleVertexMemberPath2(): string; set triangleVertexMemberPath2(a: string); private e8; get triangleVertexMemberPath3(): string; set triangleVertexMemberPath3(a: string); private fb; get xMemberAsLegendLabel(): string; set xMemberAsLegendLabel(a: string); private ff; get yMemberAsLegendLabel(): string; set yMemberAsLegendLabel(a: string); private fc; get xMemberAsLegendUnit(): string; set xMemberAsLegendUnit(a: string); private fg; get yMemberAsLegendUnit(): string; set yMemberAsLegendUnit(a: string); private e9; get triangulationStatusChangedRef(): string; set triangulationStatusChangedRef(a: string); }