igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
342 lines (341 loc) • 11.1 kB
JavaScript
import { __extends } from "tslib";
import { DataAnnotationDisplayMode_$type } from "./DataAnnotationDisplayMode";
import { IgrDataAnnotationRangeLayer } from "./igr-data-annotation-range-layer";
import { ensureEnum } from "igniteui-react-core";
/**
* Represents a base of annotation layers that render shapes at locations of x/y values mapped to these properties:
* StartValueXMemberPath
* StartValueYMemberPath
* EndValueXMemberPath
* EndValueYMemberPath
*/
var IgrDataAnnotationPointLayer = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(IgrDataAnnotationPointLayer, _super);
function IgrDataAnnotationPointLayer(props) {
return _super.call(this, props) || this;
}
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "i", {
/**
* @hidden
*/
get: function () {
return this._implementation;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "startValueXMemberPath", {
/**
* Gets or sets name of data column with x-positions for the start of annotations.
*/
get: function () {
return this.i.akf;
},
set: function (v) {
this.i.akf = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "startValueYMemberPath", {
/**
* Gets or sets name of data column with y-positions for the start of annotations.
*/
get: function () {
return this.i.aki;
},
set: function (v) {
this.i.aki = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "startLabelXMemberPath", {
/**
* Gets or sets mapping custom label at the start of annotations on x-axis.
*/
get: function () {
return this.i.aj8;
},
set: function (v) {
this.i.aj8 = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "startLabelYMemberPath", {
/**
* Gets or sets mapping custom label at the start of annotations on y-axis.
*/
get: function () {
return this.i.akc;
},
set: function (v) {
this.i.akc = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "startLabelXDisplayMode", {
/**
* Gets or sets display mode of label in the start annotation on x-axis.
*/
get: function () {
return this.i.ahu;
},
set: function (v) {
this.i.ahu = ensureEnum(DataAnnotationDisplayMode_$type, v);
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "startLabelYDisplayMode", {
/**
* Gets or sets display mode of label in the start annotation on y-axis.
*/
get: function () {
return this.i.ahv;
},
set: function (v) {
this.i.ahv = ensureEnum(DataAnnotationDisplayMode_$type, v);
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "endValueXMemberPath", {
/**
* Gets or sets name of data column with x-positions for end of annotation.
*/
get: function () {
return this.i.aj1;
},
set: function (v) {
this.i.aj1 = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "endValueYMemberPath", {
/**
* Gets or sets name of data column with y-positions for end of annotation.
*/
get: function () {
return this.i.aj4;
},
set: function (v) {
this.i.aj4 = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "endLabelXMemberPath", {
/**
* Gets or sets mapping custom label at the end of annotations on x-axis.
*/
get: function () {
return this.i.aju;
},
set: function (v) {
this.i.aju = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "endLabelYMemberPath", {
/**
* Gets or sets mapping custom label at the end of annotations on y-axis.
*/
get: function () {
return this.i.ajy;
},
set: function (v) {
this.i.ajy = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "endLabelXDisplayMode", {
/**
* Gets or sets display mode of label at the end annotation on x-axis.
*/
get: function () {
return this.i.ahq;
},
set: function (v) {
this.i.ahq = ensureEnum(DataAnnotationDisplayMode_$type, v);
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "endLabelYDisplayMode", {
/**
* Gets or sets display mode of label at the end annotation on y-axis.
*/
get: function () {
return this.i.ahr;
},
set: function (v) {
this.i.ahr = ensureEnum(DataAnnotationDisplayMode_$type, v);
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "centerLabelXMemberPath", {
/**
* Gets or sets mapping custom label at the center of the annotations on x-axis.
*/
get: function () {
return this.i.ajm;
},
set: function (v) {
this.i.ajm = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "centerLabelYMemberPath", {
/**
* Gets or sets mapping custom label at the center of the annotations on y-axis.
*/
get: function () {
return this.i.ajq;
},
set: function (v) {
this.i.ajq = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "centerLabelXDisplayMode", {
/**
* Gets or sets display mode of label in the annotation on x-axis.
*/
get: function () {
return this.i.aho;
},
set: function (v) {
this.i.aho = ensureEnum(DataAnnotationDisplayMode_$type, v);
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "centerLabelYDisplayMode", {
/**
* Gets or sets display mode of label in the annotation on y-axis.
*/
get: function () {
return this.i.ahp;
},
set: function (v) {
this.i.ahp = ensureEnum(DataAnnotationDisplayMode_$type, v);
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "annotationBadgeEnabledXMemberPath", {
/**
* Gets or sets a member path for visibility of the badge annotations on x-axis.
*/
get: function () {
return this.i.ai3;
},
set: function (v) {
this.i.ai3 = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "annotationBadgeEnabledYMemberPath", {
/**
* Gets or sets a member path for visibility of the badge annotations on y-axis.
*/
get: function () {
return this.i.ai6;
},
set: function (v) {
this.i.ai6 = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "annotationBadgeBackgroundXMemberPath", {
/**
* Gets or sets a member path for background of the badge annotations on x-axis.
*/
get: function () {
return this.i.aix;
},
set: function (v) {
this.i.aix = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "annotationBadgeBackgroundYMemberPath", {
/**
* Gets or sets a member path for background of the badge annotations on y-axis.
*/
get: function () {
return this.i.ai0;
},
set: function (v) {
this.i.ai0 = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "annotationBadgeOutlineXMemberPath", {
/**
* Gets or sets a member path for outline of the badge annotations on x-axis.
*/
get: function () {
return this.i.ajf;
},
set: function (v) {
this.i.ajf = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "annotationBadgeOutlineYMemberPath", {
/**
* Gets or sets a member path for outline of the badge annotations on y-axis.
*/
get: function () {
return this.i.aji;
},
set: function (v) {
this.i.aji = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "annotationBadgeImageXMemberPath", {
/**
* Gets or sets a member path for displaying an image in the badge annotations on x-axis.
*/
get: function () {
return this.i.ai9;
},
set: function (v) {
this.i.ai9 = v;
},
enumerable: false,
configurable: true
});
Object.defineProperty(IgrDataAnnotationPointLayer.prototype, "annotationBadgeImageYMemberPath", {
/**
* Gets or sets a member path for displaying an image in the badge annotations on y-axis.
*/
get: function () {
return this.i.ajc;
},
set: function (v) {
this.i.ajc = v;
},
enumerable: false,
configurable: true
});
return IgrDataAnnotationPointLayer;
}(IgrDataAnnotationRangeLayer));
export { IgrDataAnnotationPointLayer };