UNPKG

igniteui-react-charts

Version:

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

80 lines (79 loc) 2.34 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 { Base, markType } from "igniteui-react-core"; import { IFinancialPriceSeriesProxy_$type } from "./IFinancialPriceSeriesProxy"; /** * @hidden */ export let FinancialPriceSeriesProxy = /*@__PURE__*/ (() => { class FinancialPriceSeriesProxy extends Base { getCloseMemberPath(a) { return a.zf; } getHighMemberPath(a) { return a.zs; } getLowMemberPath(a) { return a.zx; } getOpenMemberPath(a) { return a.z1; } getVolumeMemberPath(a) { return a.z5; } matchesType(a) { if (!a.e8) { return false; } if (a.e9 || a.fa) { return false; } return true; } setCategoryMode(a, b) { a.xj = b; } setCloseMemberPath(a, b) { a.zf = b; } setDisplayType(a, b) { a.aa8 = b; } setHighMemberPath(a, b) { a.zs = b; } setLowMemberPath(a, b) { a.zx = b; } setOpenMemberPath(a, b) { a.z1 = b; } setVolumeMemberPath(a, b) { a.z5 = b; } setXAxis(a, b) { a.xb = b; } setYAxis(a, b) { a.xu = b; } setTrendLineType(a, b) { if (a.fb) { a.trendLineType = b; } } getTrendLineType(a) { if (a.fb) { return a.trendLineType; } return 0; } } FinancialPriceSeriesProxy.$t = /*@__PURE__*/ markType(FinancialPriceSeriesProxy, 'FinancialPriceSeriesProxy', Base.$, [IFinancialPriceSeriesProxy_$type]); return FinancialPriceSeriesProxy; })();