UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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 dc; get xMemberPath(): string; set xMemberPath(a: string); private dg; get yMemberPath(): string; set yMemberPath(a: string); private c9; get xAxisRef(): string; set xAxisRef(a: string); private dd; get yAxisRef(): string; set yAxisRef(a: string); private c4; get trianglesSourceRef(): string; set trianglesSourceRef(a: string); private c5; get triangleVertexMemberPath1(): string; set triangleVertexMemberPath1(a: string); private c6; get triangleVertexMemberPath2(): string; set triangleVertexMemberPath2(a: string); private c7; get triangleVertexMemberPath3(): string; set triangleVertexMemberPath3(a: string); private da; get xMemberAsLegendLabel(): string; set xMemberAsLegendLabel(a: string); private de; get yMemberAsLegendLabel(): string; set yMemberAsLegendLabel(a: string); private db; get xMemberAsLegendUnit(): string; set xMemberAsLegendUnit(a: string); private df; get yMemberAsLegendUnit(): string; set yMemberAsLegendUnit(a: string); private c8; get triangulationStatusChangedRef(): string; set triangulationStatusChangedRef(a: string); }