UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

80 lines (79 loc) 2.41 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-angular-core"; import { IFinancialPriceSeriesProxy_$type } from "./IFinancialPriceSeriesProxy"; /** * @hidden */ export let FinancialPriceSeriesProxy = /*@__PURE__*/ (() => { class FinancialPriceSeriesProxy extends Base { getCloseMemberPath(a) { return a.zu; } getHighMemberPath(a) { return a.z7; } getLowMemberPath(a) { return a.aac; } getOpenMemberPath(a) { return a.aag; } getVolumeMemberPath(a) { return a.aak; } matchesType(a) { if (!a.fa) { return false; } if (a.fb || a.fc) { return false; } return true; } setCategoryMode(a, b) { a.xy = b; } setCloseMemberPath(a, b) { a.zu = b; } setDisplayType(a, b) { a.abn = b; } setHighMemberPath(a, b) { a.z7 = b; } setLowMemberPath(a, b) { a.aac = b; } setOpenMemberPath(a, b) { a.aag = b; } setVolumeMemberPath(a, b) { a.aak = b; } setXAxis(a, b) { a.xq = b; } setYAxis(a, b) { a.x9 = b; } setTrendLineType(a, b) { if (a.fd) { a.trendLineType = b; } } getTrendLineType(a) { if (a.fd) { return a.trendLineType; } return 0; } } FinancialPriceSeriesProxy.$t = markType(FinancialPriceSeriesProxy, 'FinancialPriceSeriesProxy', Base.$, [IFinancialPriceSeriesProxy_$type]); return FinancialPriceSeriesProxy; })();