UNPKG

igniteui-react-charts

Version:

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

34 lines (33 loc) 1.48 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 { ScatterFrameBase$1 } from "./ScatterFrameBase$1"; import { Dictionary$2 } from "igniteui-react-core"; import { Base, typeCast, markType } from "igniteui-react-core"; import { OwnedPoint } from "./OwnedPoint"; /** * @hidden */ export let ScatterFrame = /*@__PURE__*/ (() => { class ScatterFrame extends ScatterFrameBase$1 { constructor() { super(ScatterFrame.$); this.v = null; this.v = new Dictionary$2(Base.$, OwnedPoint.$, 0); } s(a, b, c) { super.s(a, b, c); let d = typeCast(ScatterFrame.$, b); let e = typeCast(ScatterFrame.$, c); if (d == null || e == null) { return; } this.f.f(this.v, a, d.v, e.v, d, e); } } ScatterFrame.$t = /*@__PURE__*/ /*@__PURE__*/ markType(ScatterFrame, 'ScatterFrame', /*@__PURE__*/ ScatterFrameBase$1.$.specialize(-1)).initSelfReferences(); return ScatterFrame; })();