UNPKG

igniteui-angular-charts

Version:

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

48 lines (47 loc) 1.72 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"; /** * @hidden */ export let AssigningSeriesStyleEventArgsBase = /*@__PURE__*/ (() => { class AssigningSeriesStyleEventArgsBase extends Base { constructor() { super(...arguments); this.z = 0; this.y = 0; this.j = new Date(); this.i = new Date(); this.a = null; this.aa = null; this.ab = null; this.o = 0; this.k = 0; this.c = null; this.d = null; this.b = null; this.m = 0; this.q = 0; this.n = 0; this.r = 0; this.l = 0; this.p = 0; this.u = 0; this.v = 0; this.t = 0; this.x = 0; this.w = 0; this.s = 0; this.f = false; this.e = false; this.g = false; this.h = false; } } AssigningSeriesStyleEventArgsBase.$t = markType(AssigningSeriesStyleEventArgsBase, 'AssigningSeriesStyleEventArgsBase'); return AssigningSeriesStyleEventArgsBase; })();