igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
50 lines (49 loc) • 1.54 kB
TypeScript
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 fi;
get xMemberPath(): string;
set xMemberPath(a: string);
private fm;
get yMemberPath(): string;
set yMemberPath(a: string);
private ff;
get xAxisRef(): string;
set xAxisRef(a: string);
private fj;
get yAxisRef(): string;
set yAxisRef(a: string);
private fa;
get trianglesSourceRef(): string;
set trianglesSourceRef(a: string);
private fb;
get triangleVertexMemberPath1(): string;
set triangleVertexMemberPath1(a: string);
private fc;
get triangleVertexMemberPath2(): string;
set triangleVertexMemberPath2(a: string);
private fd;
get triangleVertexMemberPath3(): string;
set triangleVertexMemberPath3(a: string);
private fg;
get xMemberAsLegendLabel(): string;
set xMemberAsLegendLabel(a: string);
private fk;
get yMemberAsLegendLabel(): string;
set yMemberAsLegendLabel(a: string);
private fh;
get xMemberAsLegendUnit(): string;
set xMemberAsLegendUnit(a: string);
private fl;
get yMemberAsLegendUnit(): string;
set yMemberAsLegendUnit(a: string);
private fe;
get triangulationStatusChangedRef(): string;
set triangulationStatusChangedRef(a: string);
}