UNPKG

igniteui-react-core

Version:
758 lines (757 loc) 22.3 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 { XYChartDescription } from "./XYChartDescription"; import { markType } from "./type"; /** * @hidden */ var FinancialChartDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FinancialChartDescription, _super); function FinancialChartDescription() { var _this = _super.call(this) || this; _this.zn = null; _this.zp = null; _this.zm = null; _this.zk = null; _this.x9 = 0; _this.xl = false; _this.yd = 0; _this.xt = false; _this.zc = 0; _this.yk = 0; _this.ym = 0; _this.yl = 0; _this.yn = 0; _this.zo = null; _this.zq = null; _this.yf = 0; _this.yi = 0; _this.yg = 0; _this.yh = 0; _this.yj = 0; _this.zs = null; _this.xn = false; _this.zl = null; _this.zr = null; _this.xp = false; _this.wx = null; _this.w2 = null; _this.xr = false; _this.yc = 0; _this.xq = false; _this.xs = false; _this.zt = null; _this.wy = null; _this.wz = null; _this.w0 = null; _this.w1 = null; _this.w5 = null; _this.w4 = null; _this.ww = null; _this.wu = null; _this.ye = 0; _this.yb = 0; _this.ya = 0; _this.x8 = 0; _this.wv = null; _this.y8 = 0; _this.x7 = 0; _this.zb = 0; _this.y9 = 0; _this.y7 = 0; _this.za = 0; _this.w3 = null; _this.wt = null; _this.xo = false; _this.zu = null; _this.yo = 0; _this.xm = false; _this.x4 = new Date(); _this.x3 = new Date(); _this.w6 = null; _this.zj = null; return _this; } Object.defineProperty(FinancialChartDescription.prototype, "tooltipTemplateRef", { get: function () { return this.zn; }, set: function (a) { this.zn = a; this.g("TooltipTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "width", { get: function () { return this.zp; }, set: function (a) { this.zp = a; this.g("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "height", { get: function () { return this.zm; }, set: function (a) { this.zm = a; this.g("Height"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "background", { get: function () { return this.zk; }, set: function (a) { this.zk = a; this.g("Background"); }, enumerable: false, configurable: true }); FinancialChartDescription.prototype.get_type = function () { return "FinancialChart"; }; Object.defineProperty(FinancialChartDescription.prototype, "leftMargin", { get: function () { return this.x9; }, set: function (a) { this.x9 = a; this.g("LeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "isHorizontalZoomEnabled", { get: function () { return this.xl; }, set: function (a) { this.xl = a; this.g("IsHorizontalZoomEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "toolbarHeight", { get: function () { return this.yd; }, set: function (a) { this.yd = a; this.g("ToolbarHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisIsLogarithmic", { get: function () { return this.xt; }, set: function (a) { this.xt = a; this.g("YAxisIsLogarithmic"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisLogarithmBase", { get: function () { return this.zc; }, set: function (a) { this.zc = a; this.g("YAxisLogarithmBase"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisInterval", { get: function () { return this.yk; }, set: function (a) { this.yk = a; this.g("YAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisMinimumValue", { get: function () { return this.ym; }, set: function (a) { this.ym = a; this.g("YAxisMinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisMaximumValue", { get: function () { return this.yl; }, set: function (a) { this.yl = a; this.g("YAxisMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisMinorInterval", { get: function () { return this.yn; }, set: function (a) { this.yn = a; this.g("YAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "volumeType", { get: function () { return this.zo; }, set: function (a) { this.zo = a; this.g("VolumeType"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisMode", { get: function () { return this.zq; }, set: function (a) { this.zq = a; this.g("XAxisMode"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomMaximumCategoryRange", { get: function () { return this.yf; }, set: function (a) { this.yf = a; this.g("XAxisZoomMaximumCategoryRange"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToCategoryStart", { get: function () { return this.yi; }, set: function (a) { this.yi = a; this.g("XAxisZoomToCategoryStart"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomMaximumItemSpan", { get: function () { return this.yg; }, set: function (a) { this.yg = a; this.g("XAxisZoomMaximumItemSpan"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToCategoryRange", { get: function () { return this.yh; }, set: function (a) { this.yh = a; this.g("XAxisZoomToCategoryRange"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToItemSpan", { get: function () { return this.yj; }, set: function (a) { this.yj = a; this.g("XAxisZoomToItemSpan"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisMode", { get: function () { return this.zs; }, set: function (a) { this.zs = a; this.g("YAxisMode"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "isToolbarVisible", { get: function () { return this.xn; }, set: function (a) { this.xn = a; this.g("IsToolbarVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "chartType", { get: function () { return this.zl; }, set: function (a) { this.zl = a; this.g("ChartType"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisLabelHorizontalAlignment", { get: function () { return this.zr; }, set: function (a) { this.zr = a; this.g("YAxisLabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "isWindowSyncedToVisibleRange", { get: function () { return this.xp; }, set: function (a) { this.xp = a; this.g("IsWindowSyncedToVisibleRange"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorTypes", { get: function () { return this.wx; }, set: function (a) { this.wx = a; this.g("IndicatorTypes"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "overlayTypes", { get: function () { return this.w2; }, set: function (a) { this.w2 = a; this.g("OverlayTypes"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisAbbreviateLargeNumbers", { get: function () { return this.xr; }, set: function (a) { this.xr = a; this.g("YAxisAbbreviateLargeNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "resolution", { get: function () { return this.yc; }, set: function (a) { this.yc = a; this.g("Resolution"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.xq; }, set: function (a) { this.xq = a; this.g("XAxisEnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.xs; }, set: function (a) { this.xs = a; this.g("YAxisEnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderType", { get: function () { return this.zt; }, set: function (a) { this.zt = a; this.g("ZoomSliderType"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "negativeBrushes", { get: function () { return this.wy; }, set: function (a) { this.wy = a; this.g("NegativeBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "negativeOutlines", { get: function () { return this.wz; }, set: function (a) { this.wz = a; this.g("NegativeOutlines"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "overlayBrushes", { get: function () { return this.w0; }, set: function (a) { this.w0 = a; this.g("OverlayBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "overlayOutlines", { get: function () { return this.w1; }, set: function (a) { this.w1 = a; this.g("OverlayOutlines"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "volumeOutlines", { get: function () { return this.w5; }, set: function (a) { this.w5 = a; this.g("VolumeOutlines"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "volumeBrushes", { get: function () { return this.w4; }, set: function (a) { this.w4 = a; this.g("VolumeBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorNegativeBrushes", { get: function () { return this.ww; }, set: function (a) { this.ww = a; this.g("IndicatorNegativeBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorBrushes", { get: function () { return this.wu; }, set: function (a) { this.wu = a; this.g("IndicatorBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "volumeThickness", { get: function () { return this.ye; }, set: function (a) { this.ye = a; this.g("VolumeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "overlayThickness", { get: function () { return this.yb; }, set: function (a) { this.yb = a; this.g("OverlayThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "overlayMultiplier", { get: function () { return this.ya; }, set: function (a) { this.ya = a; this.g("OverlayMultiplier"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorThickness", { get: function () { return this.x8; }, set: function (a) { this.x8 = a; this.g("IndicatorThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorDisplayTypes", { get: function () { return this.wv; }, set: function (a) { this.wv = a; this.g("IndicatorDisplayTypes"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorPeriod", { get: function () { return this.y8; }, set: function (a) { this.y8 = a; this.g("IndicatorPeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorMultiplier", { get: function () { return this.x7; }, set: function (a) { this.x7 = a; this.g("IndicatorMultiplier"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorSmoothingPeriod", { get: function () { return this.zb; }, set: function (a) { this.zb = a; this.g("IndicatorSmoothingPeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorShortPeriod", { get: function () { return this.y9; }, set: function (a) { this.y9 = a; this.g("IndicatorShortPeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorLongPeriod", { get: function () { return this.y7; }, set: function (a) { this.y7 = a; this.g("IndicatorLongPeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "indicatorSignalPeriod", { get: function () { return this.za; }, set: function (a) { this.za = a; this.g("IndicatorSignalPeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "rangeSelectorOptions", { get: function () { return this.w3; }, set: function (a) { this.w3 = a; this.g("RangeSelectorOptions"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "customIndicatorNames", { get: function () { return this.wt; }, set: function (a) { this.wt = a; this.g("CustomIndicatorNames"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "isVerticalZoomEnabled", { get: function () { return this.xo; }, set: function (a) { this.xo = a; this.g("IsVerticalZoomEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderXAxisMajorStroke", { get: function () { return this.zu; }, set: function (a) { this.zu = a; this.g("ZoomSliderXAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderXAxisMajorStrokeThickness", { get: function () { return this.yo; }, set: function (a) { this.yo = a; this.g("ZoomSliderXAxisMajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "isLegendVisible", { get: function () { return this.xm; }, set: function (a) { this.xm = a; this.g("IsLegendVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisMinimumValue", { get: function () { return this.x4; }, set: function (a) { this.x4 = a; this.g("XAxisMinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisMaximumValue", { get: function () { return this.x3; }, set: function (a) { this.x3 = a; this.g("XAxisMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "xAxisBreaks", { get: function () { return this.w6; }, set: function (a) { this.w6 = a; this.g("XAxisBreaks"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartDescription.prototype, "applyCustomIndicatorsRef", { get: function () { return this.zj; }, set: function (a) { this.zj = a; this.g("ApplyCustomIndicatorsRef"); }, enumerable: false, configurable: true }); FinancialChartDescription.$t = markType(FinancialChartDescription, 'FinancialChartDescription', XYChartDescription.$); return FinancialChartDescription; }(XYChartDescription)); export { FinancialChartDescription };