UNPKG

igniteui-react-charts

Version:

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

46 lines (45 loc) 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 { StrategyBasedIndicator } from "./StrategyBasedIndicator"; import { PriceVolumeTrendIndicatorStrategy } from "./PriceVolumeTrendIndicatorStrategy"; import { markType } from "igniteui-react-core"; /** * @hidden */ var PriceVolumeTrendIndicator = /** @class */ /*@__PURE__*/ (function (_super) { __extends(PriceVolumeTrendIndicator, _super); function PriceVolumeTrendIndicator() { return _super !== null && _super.apply(this, arguments) || this; } PriceVolumeTrendIndicator.prototype.bk = function () { return new PriceVolumeTrendIndicator(); }; PriceVolumeTrendIndicator.prototype.get_ab0 = function () { return new PriceVolumeTrendIndicatorStrategy(); }; Object.defineProperty(PriceVolumeTrendIndicator.prototype, "ab0", { get: function () { return this.get_ab0(); }, enumerable: false, configurable: true }); PriceVolumeTrendIndicator.prototype.get_acd = function () { return PriceVolumeTrendIndicator.$; }; Object.defineProperty(PriceVolumeTrendIndicator.prototype, "acd", { get: function () { return this.get_acd(); }, enumerable: false, configurable: true }); PriceVolumeTrendIndicator.$t = markType(PriceVolumeTrendIndicator, 'PriceVolumeTrendIndicator', StrategyBasedIndicator.$); return PriceVolumeTrendIndicator; }(StrategyBasedIndicator)); export { PriceVolumeTrendIndicator };