UNPKG

igniteui-react-charts

Version:

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

44 lines (43 loc) 1.89 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 { __extends } from "tslib"; 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 */ var CrosshairLayerFrame = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CrosshairLayerFrame, _super); function CrosshairLayerFrame() { var _this = _super.call(this) || this; _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); return _this; } CrosshairLayerFrame.prototype.d = function (a, b, c) { _super.prototype.d.call(this, a, b, c); var d = b; var 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); }; CrosshairLayerFrame.$t = markType(CrosshairLayerFrame, 'CrosshairLayerFrame', AxisAnnotationFrame.$); return CrosshairLayerFrame; }(AxisAnnotationFrame)); export { CrosshairLayerFrame };