UNPKG

igniteui-react-charts

Version:

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

55 lines (54 loc) 2.47 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 { StrategyBasedIndicator } from "./StrategyBasedIndicator"; import { IShortPeriodLongPeriod_$type } from "./IShortPeriodLongPeriod"; import { PercentageVolumeOscillatorIndicatorStrategy } from "./PercentageVolumeOscillatorIndicatorStrategy"; import { typeGetValue, markType } from "igniteui-react-core"; /** * @hidden */ export let PercentageVolumeOscillatorIndicator = /*@__PURE__*/ (() => { class PercentageVolumeOscillatorIndicator extends StrategyBasedIndicator { bk() { return new PercentageVolumeOscillatorIndicator(); } get_abx() { return new PercentageVolumeOscillatorIndicatorStrategy(); } get abx() { return this.get_abx(); } get_aca() { return PercentageVolumeOscillatorIndicator.$; } get aca() { return this.get_aca(); } get shortPeriod() { return typeGetValue(this.c(PercentageVolumeOscillatorIndicator.acj)); } set shortPeriod(a) { this.h(PercentageVolumeOscillatorIndicator.acj, a); } ab5() { return this.shortPeriod; } get longPeriod() { return typeGetValue(this.c(PercentageVolumeOscillatorIndicator.aci)); } set longPeriod(a) { this.h(PercentageVolumeOscillatorIndicator.aci, a); } ab2() { return this.longPeriod; } } PercentageVolumeOscillatorIndicator.$t = /*@__PURE__*/ markType(PercentageVolumeOscillatorIndicator, 'PercentageVolumeOscillatorIndicator', StrategyBasedIndicator.$, [IShortPeriodLongPeriod_$type]); PercentageVolumeOscillatorIndicator.acj = /*@__PURE__*/ StrategyBasedIndicator.ach(10, PercentageVolumeOscillatorIndicator.$); PercentageVolumeOscillatorIndicator.aci = /*@__PURE__*/ StrategyBasedIndicator.acd(30, PercentageVolumeOscillatorIndicator.$); return PercentageVolumeOscillatorIndicator; })();