UNPKG

igniteui-react-charts

Version:

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

42 lines (41 loc) 1.73 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 { AxisAnnotationFrame } from "./AxisAnnotationFrame"; import { List$1 } from "igniteui-react-core"; import { Brush } from "igniteui-react-core"; import { Frame } from "./Frame"; import { FrameExtended } from "./FrameExtended"; import { Number_$type, markType } from "igniteui-react-core"; /** * @hidden */ export let ValueLayerFrame = /*@__PURE__*/ (() => { class ValueLayerFrame extends AxisAnnotationFrame { constructor() { super(); this.a1 = null; this.a2 = null; this.a0 = null; this.a3 = null; this.a1 = new List$1(Number_$type, 0); this.a2 = new List$1(Number_$type, 0); this.a0 = new List$1(Brush.$, 0); this.a3 = new List$1(Brush.$, 0); } d(a, b, c) { super.d(a, b, c); let d = b; let e = c; Frame.c(this.a1, a, d.a1, e.a1); Frame.c(this.a2, a, d.a2, e.a2); FrameExtended.a(this.a0, a, d.a0, e.a0, 0); FrameExtended.a(this.a3, a, d.a3, e.a3, 0); } } ValueLayerFrame.$t = /*@__PURE__*/ markType(ValueLayerFrame, 'ValueLayerFrame', AxisAnnotationFrame.$); return ValueLayerFrame; })();