UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

422 lines (421 loc) 13.6 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { markType } from "./type"; /** * @hidden */ var CrosshairLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CrosshairLayerDescription, _super); function CrosshairLayerDescription() { var _this = _super.call(this) || this; _this.ho = null; _this.hs = null; _this.hq = null; _this.hr = null; _this.gq = false; _this.gm = false; _this.hx = null; _this.hu = null; _this.gw = 0; _this.hk = 0; _this.hw = null; _this.gy = 0; _this.g0 = 0; _this.gz = 0; _this.gx = 0; _this.g4 = 0; _this.g6 = 0; _this.g5 = 0; _this.g3 = 0; _this.g1 = 0; _this.h1 = null; _this.hy = null; _this.g2 = 0; _this.hl = 0; _this.h0 = null; _this.g7 = 0; _this.ht = null; _this.hp = null; _this.gp = false; _this.go = false; _this.gn = false; _this.hv = null; _this.hz = null; return _this; } CrosshairLayerDescription.prototype.get_type = function () { return "CrosshairLayer"; }; Object.defineProperty(CrosshairLayerDescription.prototype, "horizontalLineStroke", { get: function () { return this.ho; }, set: function (a) { this.ho = a; this.j("HorizontalLineStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "verticalLineStroke", { get: function () { return this.hs; }, set: function (a) { this.hs = a; this.j("VerticalLineStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "targetSeriesName", { get: function () { return this.hq; }, set: function (a) { this.hq = a; this.j("TargetSeriesName"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "targetSeriesRef", { get: function () { return this.hr; }, set: function (a) { this.hr = a; this.j("TargetSeriesRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "useInterpolation", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.j("UseInterpolation"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "isAxisAnnotationEnabled", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.j("IsAxisAnnotationEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationTextColor", { get: function () { return this.hx; }, set: function (a) { this.hx = a; this.j("XAxisAnnotationTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationBackground", { get: function () { return this.hu; }, set: function (a) { this.hu = a; this.j("XAxisAnnotationBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationBackgroundCornerRadius", { get: function () { return this.gw; }, set: function (a) { this.gw = a; this.j("XAxisAnnotationBackgroundCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationInterpolatedValuePrecision", { get: function () { return this.hk; }, set: function (a) { this.hk = a; this.j("XAxisAnnotationInterpolatedValuePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationOutline", { get: function () { return this.hw; }, set: function (a) { this.hw = a; this.j("XAxisAnnotationOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationPaddingLeft", { get: function () { return this.gy; }, set: function (a) { this.gy = a; this.j("XAxisAnnotationPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationPaddingTop", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.j("XAxisAnnotationPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationPaddingRight", { get: function () { return this.gz; }, set: function (a) { this.gz = a; this.j("XAxisAnnotationPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationPaddingBottom", { get: function () { return this.gx; }, set: function (a) { this.gx = a; this.j("XAxisAnnotationPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationPaddingLeft", { get: function () { return this.g4; }, set: function (a) { this.g4 = a; this.j("YAxisAnnotationPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationPaddingTop", { get: function () { return this.g6; }, set: function (a) { this.g6 = a; this.j("YAxisAnnotationPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationPaddingRight", { get: function () { return this.g5; }, set: function (a) { this.g5 = a; this.j("YAxisAnnotationPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationPaddingBottom", { get: function () { return this.g3; }, set: function (a) { this.g3 = a; this.j("YAxisAnnotationPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationStrokeThickness", { get: function () { return this.g1; }, set: function (a) { this.g1 = a; this.j("XAxisAnnotationStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationTextColor", { get: function () { return this.h1; }, set: function (a) { this.h1 = a; this.j("YAxisAnnotationTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationBackground", { get: function () { return this.hy; }, set: function (a) { this.hy = a; this.j("YAxisAnnotationBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationBackgroundCornerRadius", { get: function () { return this.g2; }, set: function (a) { this.g2 = a; this.j("YAxisAnnotationBackgroundCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationInterpolatedValuePrecision", { get: function () { return this.hl; }, set: function (a) { this.hl = a; this.j("YAxisAnnotationInterpolatedValuePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationOutline", { get: function () { return this.h0; }, set: function (a) { this.h0 = a; this.j("YAxisAnnotationOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationStrokeThickness", { get: function () { return this.g7; }, set: function (a) { this.g7 = a; this.j("YAxisAnnotationStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "verticalLineVisibility", { get: function () { return this.ht; }, set: function (a) { this.ht = a; this.j("VerticalLineVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "horizontalLineVisibility", { get: function () { return this.hp; }, set: function (a) { this.hp = a; this.j("HorizontalLineVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "skipUnknownValues", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.j("SkipUnknownValues"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "skipAxisAnnotationOnZeroValueFragments", { get: function () { return this.go; }, set: function (a) { this.go = a; this.j("SkipAxisAnnotationOnZeroValueFragments"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "skipAxisAnnotationOnInvalidData", { get: function () { return this.gn; }, set: function (a) { this.gn = a; this.j("SkipAxisAnnotationOnInvalidData"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationFormatLabelRef", { get: function () { return this.hv; }, set: function (a) { this.hv = a; this.j("XAxisAnnotationFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationFormatLabelRef", { get: function () { return this.hz; }, set: function (a) { this.hz = a; this.j("YAxisAnnotationFormatLabelRef"); }, enumerable: false, configurable: true }); CrosshairLayerDescription.$t = markType(CrosshairLayerDescription, 'CrosshairLayerDescription', AnnotationLayerDescription.$); return CrosshairLayerDescription; }(AnnotationLayerDescription)); export { CrosshairLayerDescription };