igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
83 lines (82 loc) • 2.98 kB
TypeScript
import { DataAnnotationRangeLayerDescription } from "./DataAnnotationRangeLayerDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class DataAnnotationPointLayerDescription extends DataAnnotationRangeLayerDescription {
static $t: Type;
protected get_type(): string;
constructor();
private le;
get startValueXMemberPath(): string;
set startValueXMemberPath(a: string);
private lf;
get startValueYMemberPath(): string;
set startValueYMemberPath(a: string);
private lb;
get startLabelXMemberPath(): string;
set startLabelXMemberPath(a: string);
private ld;
get startLabelYMemberPath(): string;
set startLabelYMemberPath(a: string);
private la;
get startLabelXDisplayMode(): string;
set startLabelXDisplayMode(a: string);
private lc;
get startLabelYDisplayMode(): string;
set startLabelYDisplayMode(a: string);
private k8;
get endValueXMemberPath(): string;
set endValueXMemberPath(a: string);
private k9;
get endValueYMemberPath(): string;
set endValueYMemberPath(a: string);
private k5;
get endLabelXMemberPath(): string;
set endLabelXMemberPath(a: string);
private k7;
get endLabelYMemberPath(): string;
set endLabelYMemberPath(a: string);
private k4;
get endLabelXDisplayMode(): string;
set endLabelXDisplayMode(a: string);
private k6;
get endLabelYDisplayMode(): string;
set endLabelYDisplayMode(a: string);
private k1;
get centerLabelXMemberPath(): string;
set centerLabelXMemberPath(a: string);
private k3;
get centerLabelYMemberPath(): string;
set centerLabelYMemberPath(a: string);
private k0;
get centerLabelXDisplayMode(): string;
set centerLabelXDisplayMode(a: string);
private k2;
get centerLabelYDisplayMode(): string;
set centerLabelYDisplayMode(a: string);
private ku;
get annotationBadgeEnabledXMemberPath(): string;
set annotationBadgeEnabledXMemberPath(a: string);
private kv;
get annotationBadgeEnabledYMemberPath(): string;
set annotationBadgeEnabledYMemberPath(a: string);
private ks;
get annotationBadgeBackgroundXMemberPath(): string;
set annotationBadgeBackgroundXMemberPath(a: string);
private kt;
get annotationBadgeBackgroundYMemberPath(): string;
set annotationBadgeBackgroundYMemberPath(a: string);
private ky;
get annotationBadgeOutlineXMemberPath(): string;
set annotationBadgeOutlineXMemberPath(a: string);
private kz;
get annotationBadgeOutlineYMemberPath(): string;
set annotationBadgeOutlineYMemberPath(a: string);
private kw;
get annotationBadgeImageXMemberPath(): string;
set annotationBadgeImageXMemberPath(a: string);
private kx;
get annotationBadgeImageYMemberPath(): string;
set annotationBadgeImageYMemberPath(a: string);
}