UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

84 lines (83 loc) 3.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 { Base, markType } from "igniteui-angular-core"; import { IFinancialPriceSeriesProxy_$type } from "./IFinancialPriceSeriesProxy"; /** * @hidden */ var FinancialPriceSeriesProxy = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FinancialPriceSeriesProxy, _super); function FinancialPriceSeriesProxy() { return _super !== null && _super.apply(this, arguments) || this; } FinancialPriceSeriesProxy.prototype.getCloseMemberPath = function (a) { return a.y9; }; FinancialPriceSeriesProxy.prototype.getHighMemberPath = function (a) { return a.zm; }; FinancialPriceSeriesProxy.prototype.getLowMemberPath = function (a) { return a.zr; }; FinancialPriceSeriesProxy.prototype.getOpenMemberPath = function (a) { return a.zv; }; FinancialPriceSeriesProxy.prototype.getVolumeMemberPath = function (a) { return a.zz; }; FinancialPriceSeriesProxy.prototype.matchesType = function (a) { if (!a.e6) { return false; } if (a.e7 || a.e8) { return false; } return true; }; FinancialPriceSeriesProxy.prototype.setCategoryMode = function (a, b) { a.xd = b; }; FinancialPriceSeriesProxy.prototype.setCloseMemberPath = function (a, b) { a.y9 = b; }; FinancialPriceSeriesProxy.prototype.setDisplayType = function (a, b) { a.aa2 = b; }; FinancialPriceSeriesProxy.prototype.setHighMemberPath = function (a, b) { a.zm = b; }; FinancialPriceSeriesProxy.prototype.setLowMemberPath = function (a, b) { a.zr = b; }; FinancialPriceSeriesProxy.prototype.setOpenMemberPath = function (a, b) { a.zv = b; }; FinancialPriceSeriesProxy.prototype.setVolumeMemberPath = function (a, b) { a.zz = b; }; FinancialPriceSeriesProxy.prototype.setXAxis = function (a, b) { a.w5 = b; }; FinancialPriceSeriesProxy.prototype.setYAxis = function (a, b) { a.xo = b; }; FinancialPriceSeriesProxy.prototype.setTrendLineType = function (a, b) { if (a.e9) { a.trendLineType = b; } }; FinancialPriceSeriesProxy.prototype.getTrendLineType = function (a) { if (a.e9) { return a.trendLineType; } return 0; }; FinancialPriceSeriesProxy.$t = markType(FinancialPriceSeriesProxy, 'FinancialPriceSeriesProxy', Base.$, [IFinancialPriceSeriesProxy_$type]); return FinancialPriceSeriesProxy; }(Base)); export { FinancialPriceSeriesProxy };