igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
254 lines (253 loc) • 8.08 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 { SeriesDescription } from "./SeriesDescription";
import { markType } from "./type";
/**
* @hidden
*/
var FinancialSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(FinancialSeriesDescription, _super);
function FinancialSeriesDescription() {
var _this = _super.call(this) || this;
_this.fn = null;
_this.ft = null;
_this.fu = null;
_this.fo = null;
_this.fl = null;
_this.fm = null;
_this.ff = null;
_this.fs = null;
_this.fj = null;
_this.fh = null;
_this.fi = null;
_this.fg = null;
_this.fk = null;
_this.fa = false;
_this.fp = null;
_this.fb = false;
_this.fe = null;
_this.fq = null;
_this.fr = null;
return _this;
}
FinancialSeriesDescription.prototype.get_type = function () {
return "FinancialSeries";
};
Object.defineProperty(FinancialSeriesDescription.prototype, "negativeBrush", {
get: function () {
return this.fn;
},
set: function (a) {
this.fn = a;
this.j("NegativeBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "xAxisRef", {
get: function () {
return this.ft;
},
set: function (a) {
this.ft = a;
this.j("XAxisRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "yAxisRef", {
get: function () {
return this.fu;
},
set: function (a) {
this.fu = a;
this.j("YAxisRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "openMemberPath", {
get: function () {
return this.fo;
},
set: function (a) {
this.fo = a;
this.j("OpenMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "highMemberPath", {
get: function () {
return this.fl;
},
set: function (a) {
this.fl = a;
this.j("HighMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "lowMemberPath", {
get: function () {
return this.fm;
},
set: function (a) {
this.fm = a;
this.j("LowMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "closeMemberPath", {
get: function () {
return this.ff;
},
set: function (a) {
this.ff = a;
this.j("CloseMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "volumeMemberPath", {
get: function () {
return this.fs;
},
set: function (a) {
this.fs = a;
this.j("VolumeMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "highlightedOpenMemberPath", {
get: function () {
return this.fj;
},
set: function (a) {
this.fj = a;
this.j("HighlightedOpenMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "highlightedHighMemberPath", {
get: function () {
return this.fh;
},
set: function (a) {
this.fh = a;
this.j("HighlightedHighMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "highlightedLowMemberPath", {
get: function () {
return this.fi;
},
set: function (a) {
this.fi = a;
this.j("HighlightedLowMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "highlightedCloseMemberPath", {
get: function () {
return this.fg;
},
set: function (a) {
this.fg = a;
this.j("HighlightedCloseMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "highlightedVolumeMemberPath", {
get: function () {
return this.fk;
},
set: function (a) {
this.fk = a;
this.j("HighlightedVolumeMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "isCustomCategoryStyleAllowed", {
get: function () {
return this.fa;
},
set: function (a) {
this.fa = a;
this.j("IsCustomCategoryStyleAllowed");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "transitionInMode", {
get: function () {
return this.fp;
},
set: function (a) {
this.fp = a;
this.j("TransitionInMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "isTransitionInEnabled", {
get: function () {
return this.fb;
},
set: function (a) {
this.fb = a;
this.j("IsTransitionInEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "assigningCategoryStyleRef", {
get: function () {
return this.fe;
},
set: function (a) {
this.fe = a;
this.j("AssigningCategoryStyleRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "typicalRef", {
get: function () {
return this.fq;
},
set: function (a) {
this.fq = a;
this.j("TypicalRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(FinancialSeriesDescription.prototype, "typicalBasedOnRef", {
get: function () {
return this.fr;
},
set: function (a) {
this.fr = a;
this.j("TypicalBasedOnRef");
},
enumerable: false,
configurable: true
});
FinancialSeriesDescription.$t = markType(FinancialSeriesDescription, 'FinancialSeriesDescription', SeriesDescription.$);
return FinancialSeriesDescription;
}(SeriesDescription));
export { FinancialSeriesDescription };