UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

56 lines (55 loc) 2.02 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, getInstanceType } from "igniteui-react-core"; import { IOverlayProxy_$type } from "./IOverlayProxy"; /** * @hidden */ var OverlayProxy = /** @class */ /*@__PURE__*/ (function (_super) { __extends(OverlayProxy, _super); function OverlayProxy() { return _super !== null && _super.apply(this, arguments) || this; } OverlayProxy.prototype.matchesType = function (a) { if (a.fa) { return true; } return false; }; OverlayProxy.prototype.setCloseMemberPath = function (a, b) { a.zf = b; }; OverlayProxy.prototype.setHighMemberPath = function (a, b) { a.zs = b; }; OverlayProxy.prototype.setLowMemberPath = function (a, b) { a.zx = b; }; OverlayProxy.prototype.setMultiplier = function (a, b) { if (getInstanceType(a).typeName == "BollingerBandsOverlay") { var s_ = a; var p_ = b; s_['multiplier'] = p_; } }; OverlayProxy.prototype.setOpenMemberPath = function (a, b) { a.z1 = b; }; OverlayProxy.prototype.setVolumeMemberPath = function (a, b) { a.z5 = b; }; OverlayProxy.prototype.setXAxis = function (a, b) { a.xb = b; }; OverlayProxy.prototype.setYAxis = function (a, b) { a.xu = b; }; OverlayProxy.$t = markType(OverlayProxy, 'OverlayProxy', Base.$, [IOverlayProxy_$type]); return OverlayProxy; }(Base)); export { OverlayProxy };