UNPKG

igniteui-react-charts

Version:

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

56 lines (55 loc) 2.03 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.fc) { return true; } return false; }; OverlayProxy.prototype.setCloseMemberPath = function (a, b) { a.zv = b; }; OverlayProxy.prototype.setHighMemberPath = function (a, b) { a.z8 = b; }; OverlayProxy.prototype.setLowMemberPath = function (a, b) { a.aad = 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.aah = b; }; OverlayProxy.prototype.setVolumeMemberPath = function (a, b) { a.aal = b; }; OverlayProxy.prototype.setXAxis = function (a, b) { a.xr = b; }; OverlayProxy.prototype.setYAxis = function (a, b) { a.ya = b; }; OverlayProxy.$t = markType(OverlayProxy, 'OverlayProxy', Base.$, [IOverlayProxy_$type]); return OverlayProxy; }(Base)); export { OverlayProxy };