UNPKG

igniteui-angular-charts

Version:

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

77 lines (76 loc) 1.97 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 class FinancialPriceSeriesProxy extends Base { static { this.$t = markType(FinancialPriceSeriesProxy, 'FinancialPriceSeriesProxy', Base.$, [IFinancialPriceSeriesProxy_$type]); } getCloseMemberPath(a) { return a.zx; } getHighMemberPath(a) { return a.aaa; } getLowMemberPath(a) { return a.aaf; } getOpenMemberPath(a) { return a.aaj; } getVolumeMemberPath(a) { return a.aan; } matchesType(a) { if (!a.fa) { return false; } if (a.fb || a.fc) { return false; } return true; } setCategoryMode(a, b) { a.x1 = b; } setCloseMemberPath(a, b) { a.zx = b; } setDisplayType(a, b) { a.abq = b; } setHighMemberPath(a, b) { a.aaa = b; } setLowMemberPath(a, b) { a.aaf = b; } setOpenMemberPath(a, b) { a.aaj = b; } setVolumeMemberPath(a, b) { a.aan = b; } setXAxis(a, b) { a.xt = b; } setYAxis(a, b) { a.yc = b; } setTrendLineType(a, b) { if (a.fd) { a.trendLineType = b; } } getTrendLineType(a) { if (a.fd) { return a.trendLineType; } return 0; } }