igniteui-react-core
Version:
Ignite UI React Core.
698 lines (697 loc) • 20.6 kB
JavaScript
/*
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.aaq = null;
_this.aas = null;
_this.aap = null;
_this.aan = null;
_this.zi = 0;
_this.y2 = false;
_this.aaf = 0;
_this.zp = 0;
_this.zr = 0;
_this.zq = 0;
_this.zs = 0;
_this.aar = null;
_this.aat = null;
_this.zk = 0;
_this.zn = 0;
_this.zl = 0;
_this.zm = 0;
_this.zo = 0;
_this.aau = null;
_this.yx = false;
_this.aao = null;
_this.yy = false;
_this.x8 = null;
_this.yd = null;
_this.y0 = false;
_this.yz = false;
_this.y1 = false;
_this.aav = null;
_this.x9 = null;
_this.ya = null;
_this.yb = null;
_this.yc = null;
_this.yg = null;
_this.yf = null;
_this.x7 = null;
_this.x5 = null;
_this.zj = 0;
_this.zh = 0;
_this.zg = 0;
_this.zf = 0;
_this.x6 = null;
_this.aab = 0;
_this.ze = 0;
_this.aae = 0;
_this.aac = 0;
_this.aaa = 0;
_this.aad = 0;
_this.ye = null;
_this.x4 = null;
_this.aaw = null;
_this.zt = 0;
_this.yw = false;
_this.zb = new Date();
_this.za = new Date();
_this.yh = null;
_this.aam = null;
return _this;
}
Object.defineProperty(FinancialChartDescription.prototype, "tooltipTemplateRef", {
get: function () {
return this.aaq;
},
set: function (a) {
this.aaq = a;
this.j("TooltipTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "width", {
get: function () {
return this.aas;
},
set: function (a) {
this.aas = a;
this.j("Width");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "height", {
get: function () {
return this.aap;
},
set: function (a) {
this.aap = a;
this.j("Height");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "background", {
get: function () {
return this.aan;
},
set: function (a) {
this.aan = a;
this.j("Background");
},
enumerable: false,
configurable: true
});
FinancialChartDescription.prototype.get_type = function () {
return "FinancialChart";
};
Object.defineProperty(FinancialChartDescription.prototype, "toolbarHeight", {
get: function () {
return this.zi;
},
set: function (a) {
this.zi = a;
this.j("ToolbarHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisIsLogarithmic", {
get: function () {
return this.y2;
},
set: function (a) {
this.y2 = a;
this.j("YAxisIsLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisLogarithmBase", {
get: function () {
return this.aaf;
},
set: function (a) {
this.aaf = a;
this.j("YAxisLogarithmBase");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisInterval", {
get: function () {
return this.zp;
},
set: function (a) {
this.zp = a;
this.j("YAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisMinimumValue", {
get: function () {
return this.zr;
},
set: function (a) {
this.zr = a;
this.j("YAxisMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisMaximumValue", {
get: function () {
return this.zq;
},
set: function (a) {
this.zq = a;
this.j("YAxisMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisMinorInterval", {
get: function () {
return this.zs;
},
set: function (a) {
this.zs = a;
this.j("YAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "volumeType", {
get: function () {
return this.aar;
},
set: function (a) {
this.aar = a;
this.j("VolumeType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisMode", {
get: function () {
return this.aat;
},
set: function (a) {
this.aat = a;
this.j("XAxisMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomMaximumCategoryRange", {
get: function () {
return this.zk;
},
set: function (a) {
this.zk = a;
this.j("XAxisZoomMaximumCategoryRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToCategoryStart", {
get: function () {
return this.zn;
},
set: function (a) {
this.zn = a;
this.j("XAxisZoomToCategoryStart");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomMaximumItemSpan", {
get: function () {
return this.zl;
},
set: function (a) {
this.zl = a;
this.j("XAxisZoomMaximumItemSpan");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToCategoryRange", {
get: function () {
return this.zm;
},
set: function (a) {
this.zm = a;
this.j("XAxisZoomToCategoryRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisZoomToItemSpan", {
get: function () {
return this.zo;
},
set: function (a) {
this.zo = a;
this.j("XAxisZoomToItemSpan");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisMode", {
get: function () {
return this.aau;
},
set: function (a) {
this.aau = a;
this.j("YAxisMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "isToolbarVisible", {
get: function () {
return this.yx;
},
set: function (a) {
this.yx = a;
this.j("IsToolbarVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "chartType", {
get: function () {
return this.aao;
},
set: function (a) {
this.aao = a;
this.j("ChartType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "isWindowSyncedToVisibleRange", {
get: function () {
return this.yy;
},
set: function (a) {
this.yy = a;
this.j("IsWindowSyncedToVisibleRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorTypes", {
get: function () {
return this.x8;
},
set: function (a) {
this.x8 = a;
this.j("IndicatorTypes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "overlayTypes", {
get: function () {
return this.yd;
},
set: function (a) {
this.yd = a;
this.j("OverlayTypes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisAbbreviateLargeNumbers", {
get: function () {
return this.y0;
},
set: function (a) {
this.y0 = a;
this.j("YAxisAbbreviateLargeNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", {
get: function () {
return this.yz;
},
set: function (a) {
this.yz = a;
this.j("XAxisEnhancedIntervalPreferMoreCategoryLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", {
get: function () {
return this.y1;
},
set: function (a) {
this.y1 = a;
this.j("YAxisEnhancedIntervalPreferMoreCategoryLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderType", {
get: function () {
return this.aav;
},
set: function (a) {
this.aav = a;
this.j("ZoomSliderType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "negativeBrushes", {
get: function () {
return this.x9;
},
set: function (a) {
this.x9 = a;
this.j("NegativeBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "negativeOutlines", {
get: function () {
return this.ya;
},
set: function (a) {
this.ya = a;
this.j("NegativeOutlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "overlayBrushes", {
get: function () {
return this.yb;
},
set: function (a) {
this.yb = a;
this.j("OverlayBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "overlayOutlines", {
get: function () {
return this.yc;
},
set: function (a) {
this.yc = a;
this.j("OverlayOutlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "volumeOutlines", {
get: function () {
return this.yg;
},
set: function (a) {
this.yg = a;
this.j("VolumeOutlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "volumeBrushes", {
get: function () {
return this.yf;
},
set: function (a) {
this.yf = a;
this.j("VolumeBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorNegativeBrushes", {
get: function () {
return this.x7;
},
set: function (a) {
this.x7 = a;
this.j("IndicatorNegativeBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorBrushes", {
get: function () {
return this.x5;
},
set: function (a) {
this.x5 = a;
this.j("IndicatorBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "volumeThickness", {
get: function () {
return this.zj;
},
set: function (a) {
this.zj = a;
this.j("VolumeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "overlayThickness", {
get: function () {
return this.zh;
},
set: function (a) {
this.zh = a;
this.j("OverlayThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "overlayMultiplier", {
get: function () {
return this.zg;
},
set: function (a) {
this.zg = a;
this.j("OverlayMultiplier");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorThickness", {
get: function () {
return this.zf;
},
set: function (a) {
this.zf = a;
this.j("IndicatorThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorDisplayTypes", {
get: function () {
return this.x6;
},
set: function (a) {
this.x6 = a;
this.j("IndicatorDisplayTypes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorPeriod", {
get: function () {
return this.aab;
},
set: function (a) {
this.aab = a;
this.j("IndicatorPeriod");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorMultiplier", {
get: function () {
return this.ze;
},
set: function (a) {
this.ze = a;
this.j("IndicatorMultiplier");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorSmoothingPeriod", {
get: function () {
return this.aae;
},
set: function (a) {
this.aae = a;
this.j("IndicatorSmoothingPeriod");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorShortPeriod", {
get: function () {
return this.aac;
},
set: function (a) {
this.aac = a;
this.j("IndicatorShortPeriod");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorLongPeriod", {
get: function () {
return this.aaa;
},
set: function (a) {
this.aaa = a;
this.j("IndicatorLongPeriod");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "indicatorSignalPeriod", {
get: function () {
return this.aad;
},
set: function (a) {
this.aad = a;
this.j("IndicatorSignalPeriod");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "rangeSelectorOptions", {
get: function () {
return this.ye;
},
set: function (a) {
this.ye = a;
this.j("RangeSelectorOptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "customIndicatorNames", {
get: function () {
return this.x4;
},
set: function (a) {
this.x4 = a;
this.j("CustomIndicatorNames");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderXAxisMajorStroke", {
get: function () {
return this.aaw;
},
set: function (a) {
this.aaw = a;
this.j("ZoomSliderXAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "zoomSliderXAxisMajorStrokeThickness", {
get: function () {
return this.zt;
},
set: function (a) {
this.zt = a;
this.j("ZoomSliderXAxisMajorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "isLegendVisible", {
get: function () {
return this.yw;
},
set: function (a) {
this.yw = a;
this.j("IsLegendVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisMinimumValue", {
get: function () {
return this.zb;
},
set: function (a) {
this.zb = a;
this.j("XAxisMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisMaximumValue", {
get: function () {
return this.za;
},
set: function (a) {
this.za = a;
this.j("XAxisMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "xAxisBreaks", {
get: function () {
return this.yh;
},
set: function (a) {
this.yh = a;
this.j("XAxisBreaks");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialChartDescription.prototype, "applyCustomIndicatorsRef", {
get: function () {
return this.aam;
},
set: function (a) {
this.aam = a;
this.j("ApplyCustomIndicatorsRef");
},
enumerable: false,
configurable: true
});
FinancialChartDescription.$t = markType(FinancialChartDescription, 'FinancialChartDescription', XYChartDescription.$);
return FinancialChartDescription;
}(XYChartDescription));
export { FinancialChartDescription };