UNPKG

igniteui-angular-charts

Version:

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

52 lines (51 loc) 1.84 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 AxisAnnotationFramePrepareSettings = /*@__PURE__*/ (() => { class AxisAnnotationFramePrepareSettings extends Base { constructor() { super(...arguments); this.u = null; this.z = null; this.x = null; this.ac = null; this.y = null; this.ad = null; this.v = null; this.aa = null; this.w = null; this.ab = null; this.ae = null; this.af = null; this.g = 0; this.m = 0; this.l = 0; this.r = 0; this.j = 0; this.p = 0; this.h = 0; this.n = 0; this.k = 0; this.q = 0; this.i = 0; this.o = 0; this.a = null; this.b = null; this.s = null; this.t = null; this.e = false; this.f = false; this.c = false; this.d = false; } } AxisAnnotationFramePrepareSettings.$t = markType(AxisAnnotationFramePrepareSettings, 'AxisAnnotationFramePrepareSettings'); return AxisAnnotationFramePrepareSettings; })();