UNPKG

igniteui-react-core

Version:
422 lines (421 loc) 13.2 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.hh = null; _this.hl = null; _this.hj = null; _this.hk = null; _this.gj = false; _this.gf = false; _this.hq = null; _this.hn = null; _this.gp = 0; _this.hd = 0; _this.hp = null; _this.gr = 0; _this.gt = 0; _this.gs = 0; _this.gq = 0; _this.gx = 0; _this.gz = 0; _this.gy = 0; _this.gw = 0; _this.gu = 0; _this.hu = null; _this.hr = null; _this.gv = 0; _this.he = 0; _this.ht = null; _this.g0 = 0; _this.hm = null; _this.hi = null; _this.gi = false; _this.gh = false; _this.gg = false; _this.ho = null; _this.hs = null; return _this; } CrosshairLayerDescription.prototype.get_type = function () { return "CrosshairLayer"; }; Object.defineProperty(CrosshairLayerDescription.prototype, "horizontalLineStroke", { get: function () { return this.hh; }, set: function (a) { this.hh = a; this.g("HorizontalLineStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "verticalLineStroke", { get: function () { return this.hl; }, set: function (a) { this.hl = a; this.g("VerticalLineStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "targetSeriesName", { get: function () { return this.hj; }, set: function (a) { this.hj = a; this.g("TargetSeriesName"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "targetSeriesRef", { get: function () { return this.hk; }, set: function (a) { this.hk = a; this.g("TargetSeriesRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "useInterpolation", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.g("UseInterpolation"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "isAxisAnnotationEnabled", { get: function () { return this.gf; }, set: function (a) { this.gf = a; this.g("IsAxisAnnotationEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationTextColor", { get: function () { return this.hq; }, set: function (a) { this.hq = a; this.g("XAxisAnnotationTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationBackground", { get: function () { return this.hn; }, set: function (a) { this.hn = a; this.g("XAxisAnnotationBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationBackgroundCornerRadius", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.g("XAxisAnnotationBackgroundCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationInterpolatedValuePrecision", { get: function () { return this.hd; }, set: function (a) { this.hd = a; this.g("XAxisAnnotationInterpolatedValuePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationOutline", { get: function () { return this.hp; }, set: function (a) { this.hp = a; this.g("XAxisAnnotationOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationPaddingLeft", { get: function () { return this.gr; }, set: function (a) { this.gr = a; this.g("XAxisAnnotationPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationPaddingTop", { get: function () { return this.gt; }, set: function (a) { this.gt = a; this.g("XAxisAnnotationPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationPaddingRight", { get: function () { return this.gs; }, set: function (a) { this.gs = a; this.g("XAxisAnnotationPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationPaddingBottom", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.g("XAxisAnnotationPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationPaddingLeft", { get: function () { return this.gx; }, set: function (a) { this.gx = a; this.g("YAxisAnnotationPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationPaddingTop", { get: function () { return this.gz; }, set: function (a) { this.gz = a; this.g("YAxisAnnotationPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationPaddingRight", { get: function () { return this.gy; }, set: function (a) { this.gy = a; this.g("YAxisAnnotationPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationPaddingBottom", { get: function () { return this.gw; }, set: function (a) { this.gw = a; this.g("YAxisAnnotationPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationStrokeThickness", { get: function () { return this.gu; }, set: function (a) { this.gu = a; this.g("XAxisAnnotationStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationTextColor", { get: function () { return this.hu; }, set: function (a) { this.hu = a; this.g("YAxisAnnotationTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationBackground", { get: function () { return this.hr; }, set: function (a) { this.hr = a; this.g("YAxisAnnotationBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationBackgroundCornerRadius", { get: function () { return this.gv; }, set: function (a) { this.gv = a; this.g("YAxisAnnotationBackgroundCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationInterpolatedValuePrecision", { get: function () { return this.he; }, set: function (a) { this.he = a; this.g("YAxisAnnotationInterpolatedValuePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationOutline", { get: function () { return this.ht; }, set: function (a) { this.ht = a; this.g("YAxisAnnotationOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationStrokeThickness", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.g("YAxisAnnotationStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "verticalLineVisibility", { get: function () { return this.hm; }, set: function (a) { this.hm = a; this.g("VerticalLineVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "horizontalLineVisibility", { get: function () { return this.hi; }, set: function (a) { this.hi = a; this.g("HorizontalLineVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "skipUnknownValues", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.g("SkipUnknownValues"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "skipAxisAnnotationOnZeroValueFragments", { get: function () { return this.gh; }, set: function (a) { this.gh = a; this.g("SkipAxisAnnotationOnZeroValueFragments"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "skipAxisAnnotationOnInvalidData", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.g("SkipAxisAnnotationOnInvalidData"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "xAxisAnnotationFormatLabelRef", { get: function () { return this.ho; }, set: function (a) { this.ho = a; this.g("XAxisAnnotationFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CrosshairLayerDescription.prototype, "yAxisAnnotationFormatLabelRef", { get: function () { return this.hs; }, set: function (a) { this.hs = a; this.g("YAxisAnnotationFormatLabelRef"); }, enumerable: false, configurable: true }); CrosshairLayerDescription.$t = markType(CrosshairLayerDescription, 'CrosshairLayerDescription', AnnotationLayerDescription.$); return CrosshairLayerDescription; }(AnnotationLayerDescription)); export { CrosshairLayerDescription };