igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
2,334 lines • 77.8 kB
JavaScript
/*
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, __values } from "tslib";
import { MarkerSeries } from "./MarkerSeries";
import { ISupportsErrorBars_$type } from "./ISupportsErrorBars";
import { ITrendLineSeries_$type } from "./ITrendLineSeries";
import { ScatterAxisInfoCache } from "./ScatterAxisInfoCache";
import { NumericXAxis } from "./NumericXAxis";
import { DependencyProperty } from "igniteui-webcomponents-core";
import { NumericYAxis } from "./NumericYAxis";
import { Series } from "./Series";
import { TrendLineType_$type } from "igniteui-webcomponents-core";
import { Brush } from "igniteui-webcomponents-core";
import { PenLineCap_$type } from "igniteui-webcomponents-core";
import { DoubleCollection } from "igniteui-webcomponents-core";
import { CollisionAvoidanceType_$type } from "./CollisionAvoidanceType";
import { ScatterItemSearchMode_$type } from "./ScatterItemSearchMode";
import { ScatterErrorBarSettings } from "./ScatterErrorBarSettings";
import { HighlightingInfo } from "igniteui-webcomponents-core";
import { ScatterFrame } from "./ScatterFrame";
import { Base, runOn, delegateCombine, enumGetBox, Number_$type, typeCast, fromEnum, Point_$type, markType, markDep, PointUtil } from "igniteui-webcomponents-core";
import { List$1 } from "igniteui-webcomponents-core";
import { SeriesPointOfInterest } from "./SeriesPointOfInterest";
import { ScalerParams } from "./ScalerParams";
import { Rect } from "igniteui-webcomponents-core";
import { Marker } from "./Marker";
import { MarkerSeriesView } from "./MarkerSeriesView";
import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay";
import { IFastItemsSource_$type } from "igniteui-webcomponents-core";
import { Clipper } from "igniteui-webcomponents-core";
import { OwnedPoint } from "./OwnedPoint";
import { Dictionary$2 } from "igniteui-webcomponents-core";
import { AxisRange } from "./AxisRange";
import { GeometryUtil } from "igniteui-webcomponents-core";
import { HashPool$2 } from "igniteui-webcomponents-core";
import { DataContext } from "igniteui-webcomponents-core";
import { ScatterTrendLineManager } from "./ScatterTrendLineManager";
import { TrendResolutionParams } from "./TrendResolutionParams";
import { Thickness } from "igniteui-webcomponents-core";
import { Size } from "igniteui-webcomponents-core";
import { AssigningScatterStyleEventArgs } from "./AssigningScatterStyleEventArgs";
import { AssigningScatterMarkerStyleEventArgs } from "./AssigningScatterMarkerStyleEventArgs";
import { ChartSelection } from "./ChartSelection";
import { SeriesRenderManager } from "./SeriesRenderManager";
import { ErrorBarsHelper } from "./ErrorBarsHelper";
import { PathGeometry } from "igniteui-webcomponents-core";
import { DataLegendSeriesValueInfo } from "igniteui-webcomponents-core";
import { DataLegendSeriesContext } from "igniteui-webcomponents-core";
import { PropertyMetadata } from "igniteui-webcomponents-core";
import { truncate, isNaN_, isInfinity } from "igniteui-webcomponents-core";
import { boxArray$1, arrayShallowClone } from "igniteui-webcomponents-core";
import { Path } from "igniteui-webcomponents-core";
import { DataTemplateMeasureInfo } from "igniteui-webcomponents-core";
import { NumericMarkerManager } from "./NumericMarkerManager";
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
/**
* @hidden
*/
var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ScatterBase, _super);
function ScatterBase() {
var _this = _super.call(this) || this;
_this.y1 = null;
_this.zk = null;
_this.zl = null;
_this.acq = null;
_this.acr = null;
_this.za = 1;
_this.yr = null;
_this.ys = null;
_this.y7 = null;
_this.y9 = null;
_this.y5 = null;
_this.zq = false;
_this.zp = false;
_this.zi = null;
_this.zj = null;
_this.assigningScatterStyle = null;
_this.assigningScatterMarkerStyle = null;
_this.ze = null;
_this.y8 = null;
_this.y4 = null;
_this.zo = true;
_this.z3 = 0;
_this.z4 = 0;
_this.z5 = 0;
_this.z6 = 0;
_this.zb = _this.zc();
_this.ze = new ScatterSeriesRenderManager();
_this.y8 = new ScatterFrame();
_this.acr = Rect.empty;
_this.acq = Rect.empty;
return _this;
}
ScatterBase.prototype.ct = function () {
return new ScatterBaseView(this);
};
ScatterBase.prototype.o4 = function () {
_super.prototype.o4.call(this);
this.xAxis = null;
this.yAxis = null;
};
ScatterBase.prototype.q3 = function (a) {
_super.prototype.q3.call(this, a);
this.y2 = a;
};
ScatterBase.prototype.get_fx = function () {
return true;
};
ScatterBase.prototype.ai = function () {
return [this.xAxis, this.yAxis];
};
ScatterBase.prototype.kr = function (a, b) {
var c = this.nf(b);
if (c == ScatterBase.$$p[12]) {
return this.ks(a, b, this.aay);
}
if (c == ScatterBase.$$p[16]) {
return this.ks(a, b, this.aa6);
}
if (c == ScatterBase.$$p[1]) {
return this.ks(a, b, this.aai);
}
if (c == ScatterBase.$$p[2]) {
return this.ks(a, b, this.aak);
}
return null;
};
ScatterBase.prototype.mf = function (a) {
var b = this.nf(a);
if (b == ScatterBase.$$p[12]) {
return this.aay;
}
if (b == ScatterBase.$$p[16]) {
return this.aa6;
}
if (b == ScatterBase.$$p[1]) {
return this.aai;
}
if (b == ScatterBase.$$p[2]) {
return this.aak;
}
return _super.prototype.mf.call(this, a);
};
ScatterBase.prototype.ed = function (a, b, c, d, e) {
var _this = this;
if (!this.hasMarkers) {
return false;
}
var f = this.xAxis;
var g = new ScalerParams(1, this.dc.wt, this.wx, f.ch);
g.c = this.getEffectiveViewport1(this.cw);
var h = this.yAxis;
var i = new ScalerParams(1, this.dc.wt, this.wx, h.ch);
i.c = this.getEffectiveViewport1(this.cw);
a.clear();
this.xb.cw(function (j) {
if (j._visibility == 0) {
var k = new SeriesPointOfInterest();
var l = j.n;
var m = j.o;
if (!e && (l < _this.wx.left || l > _this.wx.right || m < _this.wx.top || m > _this.wx.bottom)) {
return;
}
k.d = f.eo(l, g);
k.e = h.eo(m, i);
k.b = j.content;
k.g = _this.vl;
k.c = j.ak;
if (_this.ha) {
k.g = _this.vs(j.ak);
}
a.add(k);
}
});
return true;
};
ScatterBase.prototype.b3 = function () {
if (this.b4 == 0) {
if (this.aae <= 2000) {
return 1;
}
else {
return _super.prototype.b3.call(this);
}
}
else {
return _super.prototype.b3.call(this);
}
};
ScatterBase.prototype.wu = function (a) {
if (!this.hasMarkers || !this.xl()) {
return Rect.empty;
}
var b = this.xb.ce(this.wc(a));
if (b != null) {
return this.xb.c7(b);
}
return Rect.empty;
};
ScatterBase.prototype.gx = function (a, b) {
if (this.xm(a, b)) {
return true;
}
return false;
};
Object.defineProperty(ScatterBase.prototype, "zm", {
get: function () {
return this.zk;
},
set: function (a) {
if (this.zk != a) {
var b = this.zm;
this.zk = a;
this.raisePropertyChanged("XColumn", b, this.zm);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(ScatterBase.prototype, "zn", {
get: function () {
return this.zl;
},
set: function (a) {
if (this.zl != a) {
var b = this.zn;
this.zl = a;
this.raisePropertyChanged("YColumn", b, this.zn);
}
},
enumerable: false,
configurable: true
});
ScatterBase.prototype.gc = function () {
return this.highlightedItemsSource != null || (this.aai != null && this.aak != null);
};
ScatterBase.prototype.z1 = function () {
return false;
};
ScatterBase.prototype.hu = function () {
var a = _super.prototype.hu.call(this);
{
var b = ((function () {
var $ret = new SeriesLayerPropertyOverlay();
$ret.ad = "YMemberPath";
$ret.p = true;
$ret.y = "HighlightedYMemberPath";
$ret.q = true;
return $ret;
})());
b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.abe));
a.add(b);
}
{
var c = ((function () {
var $ret = new SeriesLayerPropertyOverlay();
$ret.ad = "XMemberPath";
$ret.p = true;
$ret.y = "HighlightedXMemberPath";
$ret.q = true;
return $ret;
})());
c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.abd));
a.add(c);
}
if (this.z1()) {
var d = ((function () {
var $ret = new SeriesLayerPropertyOverlay();
$ret.r = true;
$ret.ad = "DashArray";
$ret.p = true;
$ret.x = ((function () {
var $ret = new DoubleCollection();
$ret.add(5);
$ret.add(5);
return $ret;
})());
$ret.q = true;
return $ret;
})());
a.add(d);
}
if (!this.z1()) {
var e = ((function () {
var $ret = new SeriesLayerPropertyOverlay();
$ret.r = true;
$ret.ad = "Brush";
$ret.p = true;
$ret.y = "ActualBrush";
$ret.q = true;
return $ret;
})());
e.valueResolving = delegateCombine(e.valueResolving, runOn(this, this.r4));
a.add(e);
}
if (!this.z1()) {
var f = ((function () {
var $ret = new SeriesLayerPropertyOverlay();
$ret.r = true;
$ret.ad = "Outline";
$ret.p = true;
$ret.y = "ActualOutline";
$ret.q = true;
return $ret;
})());
f.valueResolving = delegateCombine(f.valueResolving, runOn(this, this.r4));
a.add(f);
}
return a;
};
ScatterBase.prototype.abd = function (a, b) {
if (this.aai != null) {
b.value = this.aai;
return;
}
b.value = this.aay;
};
ScatterBase.prototype.abe = function (a, b) {
if (this.aak != null) {
b.value = this.aak;
return;
}
b.value = this.aa6;
};
Object.defineProperty(ScatterBase.prototype, "acn", {
get: function () {
return this.c(ScatterBase.aby);
},
set: function (a) {
this.h(ScatterBase.aby, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(ScatterBase.prototype, "GetErrorBarsXAxis", {
get: function () {
return this.xAxis;
},
enumerable: false,
configurable: true
});
Object.defineProperty(ScatterBase.prototype, "GetErrorBarsYAxis", {
get: function () {
return this.yAxis;
},
enumerable: false,
configurable: true
});
ScatterBase.prototype.qd = function () {
_super.prototype.qd.call(this);
if (this.xAxis != null) {
this.xAxis.ib(false);
}
if (this.yAxis != null) {
this.yAxis.ib(false);
}
};
ScatterBase.prototype.rc = function (a, b, c, d) {
_super.prototype.rc.call(this, a, b, c, d);
if (this.y2.df.g$e(a, b, c, d)) {
this.ru(false);
this.qn();
}
switch (b) {
case ScatterBase.$$p[10]:
case ScatterBase.$$p[14]:
case ScatterBase.$$p[11]:
case ScatterBase.$$p[15]:
this.qh();
break;
case "FastItemsSource":
if (typeCast(IFastItemsSource_$type, c) != null) {
c.deregisterColumn(this.zm);
c.deregisterColumn(this.zn);
this.zm = null;
this.zn = null;
}
if (typeCast(IFastItemsSource_$type, d) != null) {
this.zm = this.dl(this.aay);
this.zn = this.dl(this.aa6);
}
if ((this.yAxis != null && !this.yAxis.c1()) || (this.xAxis != null && !this.xAxis.c1())) {
this.ru(this.gh && c != null);
}
break;
case ScatterBase.$$p[9]:
if (c != null) {
c.b0(this);
}
if (d != null) {
d.ct(this);
}
if ((this.xAxis != null && !this.xAxis.c1()) || (d == null && c != null)) {
this.ru(false);
}
this.qn();
break;
case ScatterBase.$$p[13]:
if (c != null) {
c.b0(this);
}
if (d != null) {
d.ct(this);
}
if ((this.yAxis != null && !this.yAxis.c1()) || (d == null && c != null)) {
this.ru(false);
}
this.qn();
break;
case ScatterBase.$$p[12]:
if (this.dp != null) {
this.dp.deregisterColumn(this.zm);
this.zm = this.dl(this.aay);
}
break;
case "XColumn":
this.y2.df.g$m();
if (this.xAxis != null && !this.xAxis.c1()) {
this.ru(this.gh && this.d9);
}
break;
case ScatterBase.$$p[16]:
if (this.dp != null) {
this.dp.deregisterColumn(this.zn);
this.zn = this.dl(this.aa6);
}
break;
case "YColumn":
this.y2.df.g$m();
if (this.yAxis != null && !this.yAxis.c1()) {
this.ru(this.gh && this.d9);
}
break;
case ScatterBase.$$p[7]:
this.ru(false);
this.qn();
break;
case ScatterBase.$$p[8]:
this.ru(false);
this.qn();
break;
case "TransitionProgress":
this.y9.c(this.jr, this.y7, this.y5);
this.aa8();
try {
if (this.d7(this.cw)) {
return;
}
if ((Math.round(this.jr * 100000) / 100000) == 1) {
this.abv(this.y5, this.y2);
}
else {
this.abv(this.y9, this.y2);
}
if (this.dc != null) {
this.dc.q7(this);
}
}
finally {
this.abw();
}
break;
case "TrendLineBrush":
this.ri(b);
break;
case ScatterBase.$$p[0]:
if (this.y3 != null) {
this.y3.r = this;
}
this.ru(false);
this.qn();
break;
case "TrendLineType":
this.qn();
break;
case ScatterBase.$$p[4]:
this.zq = this.zy();
this.ru(false);
break;
case ScatterBase.$$p[3]:
this.zp = this.zx();
this.ru(false);
break;
case ScatterBase.$$p[5]:
this.zb = this.zc();
break;
}
};
ScatterBase.prototype.zy = function () {
return this.zu;
};
ScatterBase.prototype.zx = function () {
return this.zt;
};
ScatterBase.prototype.zs = function (a) {
if (typeCast(NumericYAxis.$, a) !== null) {
return true;
}
return false;
};
ScatterBase.prototype.zr = function (a) {
if (typeCast(NumericXAxis.$, a) !== null) {
return true;
}
return false;
};
ScatterBase.prototype.abw = function () {
this.acq = Rect.empty;
this.acr = Rect.empty;
};
ScatterBase.prototype.aa8 = function () {
var a = this.getViewInfo(this.acq, this.acr);
this.acq = a.p0;
this.acr = a.p1;
};
ScatterBase.prototype.zw = function (a, b) {
if (b != 3) {
return true;
}
if (a == null) {
return true;
}
if (this.aay == a || this.aa6 == a) {
return true;
}
return false;
};
ScatterBase.prototype.pd = function (a, b, c, d) {
var e_1, _a;
var e = false;
if (!this.zw(d, a)) {
return;
}
this.y2.df.g$i(a, b, c, d);
if (this.y2.aa.count > 0) {
try {
for (var _b = __values(fromEnum(this.y2.aa)), _c = _b.next(); !_c.done; _c = _b.next()) {
var f = _c.value;
f.g$i(a, b, c, d);
}
}
catch (e_1_1) {
e_1 = { error: e_1_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_1)
throw e_1.error;
}
}
}
if (this.xAxis != null && !this.xAxis.c1()) {
e = true;
}
if (this.yAxis != null && !this.yAxis.c1()) {
e = true;
}
if (a == 0 || a == 2 || a == 3 || a == 4) {
this.zo = true;
}
else if (a == 1) {
for (var g = b; g < b + c; g++) {
this.z3 += this.zm.item(g);
this.z4 += this.zn.item(g);
}
this.z5 = this.z3 / this.zm.count;
this.z6 = this.z4 / this.zn.count;
}
if (e) {
this.ru(true);
}
};
ScatterBase.prototype.abn = function (a) {
this.abo(a, null);
};
ScatterBase.prototype.abo = function (a, b) {
var e_2, _a, e_3, _b;
var c = this.zm != null ? this.zm.count : 0;
var d = this.zn != null ? this.zn.count : 0;
var e = Math.min(c, d);
if (e <= this.aae) {
a.n.clear();
var f = new List$1(OwnedPoint.$, 0);
try {
for (var _c = __values(fromEnum(a.v.values)), _d = _c.next(); !_d.done; _d = _c.next()) {
var g = _d.value;
f.add(g);
}
}
catch (e_2_1) {
e_2 = { error: e_2_1 };
}
finally {
try {
if (_d && !_d.done && (_a = _c.return))
_a.call(_c);
}
finally {
if (e_2)
throw e_2.error;
}
}
var h_1 = this.dp;
f.aa(function (i, j) {
var k = h_1.indexOf(i.a);
var l = h_1.indexOf(j.a);
if (k < l) {
return -1;
}
if (k > l) {
return 1;
}
return 0;
});
if (b != null) {
b.i = a.n;
}
try {
for (var _e = __values(fromEnum(f)), _f = _e.next(); !_f.done; _f = _e.next()) {
var i = _f.value;
if (h_1.indexOf(i.a) >= 0) {
if (b != null) {
b.j(i.c);
}
else {
a.n.add({ $type: Point_$type, x: i.c.x, y: i.c.y });
}
}
}
}
catch (e_3_1) {
e_3 = { error: e_3_1 };
}
finally {
try {
if (_f && !_f.done && (_b = _e.return))
_b.call(_e);
}
finally {
if (e_3)
throw e_3.error;
}
}
}
};
ScatterBase.prototype.ay = function (a) {
if (a != null && a == this.xAxis && this.zm != null) {
return new AxisRange(this.zm.minimum, this.zm.maximum);
}
if (a != null && a == this.yAxis && this.zn != null) {
return new AxisRange(this.zn.minimum, this.zn.maximum);
}
return null;
};
ScatterBase.prototype.ko = function (a) {
var b = this.j4(a);
if (this.dp != null && b >= 0 && b < this.dp.count) {
return this.dp.item(b);
}
return null;
};
Object.defineProperty(ScatterBase.prototype, "zb", {
get: function () {
return this.za;
},
set: function (a) {
var b = this.za;
this.za = a;
if (b != this.za) {
this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.za));
}
},
enumerable: false,
configurable: true
});
ScatterBase.prototype.zc = function () {
if (this.zd != 0) {
return this.zd;
}
return this.zv ? 4 : 1;
};
ScatterBase.prototype.j4 = function (a) {
var b = truncate(Math.round(this.is(a)));
return b;
};
ScatterBase.prototype.is = function (a) {
switch (this.zb) {
case 1: return this.aaa(a);
case 3: return this.aab(a);
case 2: return this.z8(a);
case 4: return this.z9(a);
case 5: return this.z7(a);
}
return -1;
};
ScatterBase.prototype.z9 = function (a) {
return this.aac(a, false);
};
ScatterBase.prototype.z8 = function (a) {
var b = this.wc(a);
var c = b.x;
var d = b.y;
if (this.dp == null || this.xAxis == null || this.yAxis == null || this.zm == null || this.zn == null) {
return -1;
}
if (this.dp.count > this.aad) {
return -1;
}
this.abb();
var e = this.yr;
var f = this.ys;
if (e == null || f == null) {
return -1;
}
var g = 1.7976931348623157E+308;
var h = -1;
for (var i = 0; i < this.zm.count; i++) {
var j = e[i];
var k = f[i];
var l = (c - j) * (c - j) + (d - k) * (d - k);
if (l < g) {
g = l;
h = i;
}
}
return h;
};
ScatterBase.prototype.abb = function () {
var _this = this;
var a = this.cw.ca;
var b = this.cw.b9;
var c = this.getEffectiveViewport();
if (this.y1 == null) {
return;
}
var d = new ScalerParams(0, a, b, this.y1.d, c);
var e = ((function () {
var $ret = new ScalerParams(0, a, b, _this.y1.e, c);
$ret.b = _this.iz();
return $ret;
})());
if (this.yr == null || this.ys == null) {
var f = arrayShallowClone(this.zm.asArray());
var g = arrayShallowClone(this.zn.asArray());
this.xAxis.hq(boxArray$1(f), 0, f.length, d);
this.yAxis.hq(boxArray$1(g), 0, g.length, e);
this.yr = f;
this.ys = g;
}
};
ScatterBase.prototype.get_zv = function () {
return false;
};
Object.defineProperty(ScatterBase.prototype, "zv", {
get: function () {
return this.get_zv();
},
enumerable: false,
configurable: true
});
ScatterBase.prototype.aac = function (a, b) {
if (!this.zv) {
return -1;
}
var c = { $type: Point_$type, x: 0, y: 0 };
var d = true;
var e = this.y6();
if (e == null) {
return -1;
}
if (e.n == null) {
return -1;
}
if (this.dp == null || this.dp.count > this.aad) {
return -1;
}
this.abb();
var f = this.yr;
var g = this.ys;
if (f == null || g == null) {
return -1;
}
var h = this.wc(a);
var i = 1.7976931348623157E+308;
var j = -1;
for (var k = 0; k < this.yr.length; k++) {
var l = { $type: Point_$type, x: this.yr[k], y: this.ys[k] };
if (k > 0) {
if (!b || e.j.containsKey(this.dp.item(k)) || e.j.containsKey(this.dp.item(k - 1))) {
var m = GeometryUtil.h(h, c, l);
if (m < i) {
i = m;
j = k;
}
}
}
c = l;
}
if (j >= 0) {
var n = { $type: Point_$type, x: this.yr[j], y: this.ys[j] };
var o = { $type: Point_$type, x: this.yr[j - 1], y: this.ys[j - 1] };
if (!b || (e.j.containsKey(this.dp.item(j)) && e.j.containsKey(this.dp.item(j - 1)))) {
var p = GeometryUtil.m(h, o, n);
return (j - 1) + p;
}
else if (e.j.containsKey(this.dp.item(j))) {
return j;
}
else {
return j - 1;
}
}
return -1;
};
ScatterBase.prototype.aab = function (a) {
return this.aac(a, true);
};
ScatterBase.prototype.z7 = function (a) {
var _this = this;
var b = this.wc(a);
var c = b.x;
var d = b.y;
if (this.y2.dg.e > this.aad) {
return -1;
}
var e = -1;
this.xb.cx(function (f) {
var g = _this.y2.c7(f);
var h = g.left;
var i = g.top;
var j = g.width;
var k = g.height;
if (_this.xi) {
var l = h + j / 2;
var m = i + k / 2;
var n = (j / 2) * (j / 2);
var o = (c - l) * (c - l) + (d - m) * (d - m);
if (o < n) {
if (e == -1) {
e = f.ak;
}
}
}
else {
if (c > h && c < h + j && d > i && d < i + k) {
if (e == -1) {
e = f.ak;
}
}
}
});
return e;
};
ScatterBase.prototype.aaa = function (a) {
var _this = this;
var b = null;
var c = 1.7976931348623157E+308;
var d = this.wc(a);
var e = d.x;
var f = d.y;
if (this.y2.dg.e > this.aad) {
return -1;
}
this.y2.dn(function (g) {
if (g._visibility == 0) {
var h = _this.y2.c7(g);
var i = h.left + h.width / 2;
var j = h.top + h.height / 2;
var k = (e - i) * (e - i) + (f - j) * (f - j);
if (k < c) {
c = k;
b = g;
}
}
});
if (b != null) {
return b.ak;
}
return -1;
};
ScatterBase.prototype.wh = function (a, b, c) {
var _this = this;
if (this.xAxis == null || this.yAxis == null || this.zm == null || this.zn == null) {
return { $type: Point_$type, x: NaN, y: NaN };
}
var d = this.cw.ca;
var e = this.cw.b9;
var f = this.getEffectiveViewport();
var g = new ScalerParams(0, d, e, this.xAxis.ch, f);
var h = ((function () {
var $ret = new ScalerParams(0, d, e, _this.yAxis.ch, f);
$ret.b = _this.iz();
return $ret;
})());
if (b) {
var i = this.is(a);
if (i == -1) {
return { $type: Point_$type, x: NaN, y: NaN };
}
var j = truncate(Math.floor(i));
var k = truncate(Math.ceil(i));
if (j < 0) {
j = 0;
}
if (k < 0) {
k = 0;
}
if (k > this.dp.count - 1) {
k = this.dp.count - 1;
}
if (j > this.dp.count - 1) {
j = this.dp.count - 1;
}
if (k == j) {
var l = this.xAxis.el(this.zm.item(j), g);
var m = this.yAxis.el(this.zn.item(j), h);
return { $type: Point_$type, x: l, y: m };
}
var n = i - Math.floor(i);
var o = this.xAxis.el(this.zm.item(j), g);
var p = this.yAxis.el(this.zn.item(j), h);
var q = this.xAxis.el(this.zm.item(k), g);
var r = this.yAxis.el(this.zn.item(k), h);
var s = q - o;
var t = r - p;
return { $type: Point_$type, x: o + s * n, y: p + t * n };
}
else {
var u = this.j4(a);
if (u == -1) {
return { $type: Point_$type, x: NaN, y: NaN };
}
var v = this.xAxis.el(this.zm.item(u), g);
var w = this.yAxis.el(this.zn.item(u), h);
return { $type: Point_$type, x: v, y: w };
}
};
ScatterBase.prototype.ge = function (a) {
var _this = this;
var b = this.dc != null ? this.dc.wt : Rect.empty;
b = b.copy();
var c = this.dc != null ? this.dc.xb : Rect.empty;
var d = new Rect(0, 0, 0, 1, 1);
var e = this.wq(this.cw);
var f = new ScalerParams(0, d, d, this.xAxis.ch, e);
var g = ((function () {
var $ret = new ScalerParams(0, d, d, _this.yAxis.ch, e);
$ret.b = _this.iz();
return $ret;
})());
var h = !b.isEmpty && !c.isEmpty && this.dp != null ? this.dp.indexOf(a) : -1;
var i = this.xAxis != null && this.zm != null && h < this.zm.count ? this.xAxis.el(this.zm.item(h), f) : NaN;
var j = this.yAxis != null && this.zn != null && h < this.zn.count ? this.yAxis.el(this.zn.item(h), g) : NaN;
if (!isNaN_(i)) {
if (i < b.left + 0.1 * b.width) {
i = i + 0.4 * b.width;
b.x = i - 0.5 * b.width;
}
if (i > b.right - 0.1 * b.width) {
i = i - 0.4 * b.width;
b.x = i - 0.5 * b.width;
}
}
if (!isNaN_(j)) {
if (j < b.top + 0.1 * b.height) {
j = j + 0.4 * b.height;
b.y = j - 0.5 * b.height;
}
if (j > b.bottom - 0.1 * b.height) {
j = j - 0.4 * b.height;
b.y = j - 0.5 * b.height;
}
}
if (this.c4 != null) {
this.c4.au(this.dc, b, true);
}
return h >= 0;
};
ScatterBase.prototype.su = function (a, b) {
this.ru(false);
};
ScatterBase.prototype.sv = function (a, b) {
this.ru(false);
};
ScatterBase.prototype.y6 = function () {
var a = this.y5;
if (this.d4()) {
if (this.dd.g) {
this.dd.t();
}
a = this.y9;
}
return a;
};
ScatterBase.prototype.aa9 = function (a, b, c, d, e) {
var _this = this;
b.g = new Dictionary$2(Base.$, OwnedPoint.$, 1, c);
var f = this.getEffectiveViewport1(a);
var g = this.dp;
var h;
var i;
var j = ((function () {
var $ret = new ScalerParams(0, d, e, _this.y1.d, f);
$ret.c = _this.getEffectiveViewport1(a);
return $ret;
})());
var k = ((function () {
var $ret = new ScalerParams(0, d, e, _this.y1.e, f);
$ret.c = _this.getEffectiveViewport1(a);
$ret.b = _this.iz();
return $ret;
})());
var l = false;
var m = 0;
if (this.dc != null) {
if (this.dc.f8()) {
var n = this.dc.nm(d, j);
l = n.c;
m = n.d;
}
}
var _loop_1 = function (o) {
h = this_1.zm.item(o);
i = this_1.zn.item(o);
var p = { $type: Point_$type, x: this_1.y1.a.el(h, j), y: this_1.y1.b.el(i, k) };
if (l) {
if (p.x < e.left || p.x > e.right) {
if (p.x + m >= e.left && p.x + m <= e.right) {
p = { $type: Point_$type, x: p.x + m, y: i };
}
}
}
if (!isInfinity(p.x) && !isInfinity(p.y)) {
var q_1 = g.item(o);
if (!b.g.containsKey(q_1)) {
var r_1 = { $type: Point_$type, x: h, y: i };
var s_1 = { $type: Point_$type, x: p.x, y: p.y };
b.g.addItem(q_1, ((function () {
var $ret = new OwnedPoint();
$ret.a = q_1;
$ret.b = r_1;
$ret.c = s_1;
return $ret;
})()));
}
}
};
var this_1 = this;
for (var o = 0; o < c; o++) {
_loop_1(o);
}
};
ScatterBase.prototype.abk = function (a, b) {
var _this = this;
this.yr = null;
this.ys = null;
a.j.clear();
a.o.clear();
a.h.clear();
a.l.clear();
a.i.clear();
a.k.clear();
var c = Math.min(this.zm != null ? this.zm.count : 0, this.zn != null ? this.zn.count : 0);
var d = b.ca;
var e = b.b9;
var f = this.getEffectiveViewport1(b);
var g = new ScalerParams(0, d, e, this.xAxis.ch, f);
g.c = this.getEffectiveViewport1(b);
var h = ((function () {
var $ret = new ScalerParams(0, d, e, _this.yAxis.ch, f);
$ret.b = _this.iz();
return $ret;
})());
h.c = this.getEffectiveViewport1(b);
if (c < 1) {
return;
}
this.y1 = ((function () {
var $ret = new ScatterAxisInfoCache();
$ret.a = _this.xAxis;
$ret.b = _this.yAxis;
$ret.d = _this.xAxis.ch;
$ret.e = _this.yAxis.ch;
$ret.c = _this.dp;
return $ret;
})());
var i = b;
if (c <= this.aae) {
this.aa9(i, a, c, d, e);
}
if (this.xl()) {
b.dd.l(a.j, this.aae, d, e, this.ie);
}
var j = ((function () {
var $ret = new Clipper(0, e, false);
$ret.i = a.o;
return $ret;
})());
var k = this.wo(b);
var l = this.xAxis.eo(k.left, g);
var m = this.xAxis.eo(k.right, g);
b.df.j(a.o, this.trendLineType, this.zm, this.zn, this.trendLinePeriod, function (n) { return _this.xAxis.el(n, g); }, function (n) { return _this.yAxis.el(n, h); }, ((function () {
var $ret = new TrendResolutionParams();
$ret.d = _this.ie;
$ret.i = e;
$ret.h = f;
$ret.j = d;
return $ret;
})()), j, l, m);
if (b.aa.count > 0) {
a.m.clear();
for (var n = 0; n < b.aa.count; n++) {
a.m.add(new List$1(Point_$type, 0));
var o = b.aa._inner[n];
o.j(a.m._inner[n], o.g$b, this.zm, this.zn, o.g$f, function (p) { return _this.xAxis.el(p, g); }, function (p) { return _this.yAxis.el(p, h); }, ((function () {
var $ret = new TrendResolutionParams();
$ret.d = _this.ie;
$ret.i = e;
$ret.h = f;
$ret.j = d;
return $ret;
})()), j, l, m);
}
}
this.abi(a, b);
};
ScatterBase.prototype.o7 = function (a, b) {
_super.prototype.o7.call(this, a, b);
var c = b;
c.dm(a);
};
ScatterBase.prototype.get_ff = function () {
return true;
};
ScatterBase.prototype.zg = function (a, b, c) {
return null;
};
ScatterBase.prototype.zh = function (a, b, c) {
if (this.dp == null) {
return null;
}
var d = this.y6();
var e = this.y2.ce(this.wc(b));
var f = -1;
if (e == null) {
if (a != null) {
f = this.dp.indexOf(a);
}
else {
return null;
}
}
else {
f = e.ak;
}
if (f == -1) {
return null;
}
var g = new HighlightingInfo();
g.i = this;
g.g = f;
g.f = f;
g.c = false;
g.d = true;
if (c != null && c.g == g.g && c.f == g.f) {
return c;
}
return g;
};
ScatterBase.prototype.w0 = function (a, b) {
if (this.xd != 1 && this.xd != 13) {
var c = this.xb.c8();
var d = (c.width / 2) + (this.xo / 2);
var e = (c.height / 2) + (this.xo / 2);
var f = d;
var g = d;
var h = e;
var i = e;
if (a == 2 || a == 4) {
f = 0;
}
if (a == 2 || a == 3) {
g = 0;
}
if (b == 2 || b == 3) {
h = 0;
}
if (b == 2 || b == 4) {
i = 0;
}
return new Thickness(1, f, h, g, i);
}
return new Thickness(1, 0, 0, 0, 0);
};
ScatterBase.prototype.zf = function (a, b, c) {
var d = new HighlightingInfo();
d.i = this;
d.g = 0;
d.f = this.dp.count - 1;
d.c = true;
if (c != null && c.g == d.g && c.f == d.f) {
return c;
}
return d;
};
ScatterBase.prototype.dh = function (a, b, c) {
if (this.ef && this.f0(this.by) && !c) {
var d = this.zg(a, b, this.zi);
this.zi = d;
return d;
}
else {
var e = this.zf(a, b, this.zi);
this.zi = e;
return e;
}
};
ScatterBase.prototype.di = function (a, b, c) {
if (this.f0(this.by) && !c) {
var d = this.zh(a, b, this.zj);
this.zj = d;
return d;
}
else {
var e = this.zf(a, b, this.zj);
e.d = true;
this.zj = e;
return e;
}
};
ScatterBase.prototype.z0 = function () {
return (this.assigningScatterStyle != null && this.zq) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
};
ScatterBase.prototype.zz = function () {
return (this.assigningScatterMarkerStyle != null && this.zp) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
};
ScatterBase.prototype.abv = function (a, b) {
var _this = this;
this.qz();
var c = b.b9;
this.y1 = ((function () {
var $ret = new ScatterAxisInfoCache();
$ret.a = _this.xAxis;
$ret.b = _this.yAxis;
$ret.d = _this.xAxis.ch;
$ret.e = _this.yAxis.ch;
return $ret;
})());
if (this.xl()) {
b.dd.j(a.j, this.xn);
if (this.zz()) {
this.aba(b, a);
}
}
b.c4();
var d = ((function () {
var $ret = new Clipper(1, NaN, c.bottom, NaN, c.top, false);
$ret.i = b.df.g$n.an;
return $ret;
})());
b.df.g$l(a.o, d);
if (b.aa.count > 0) {
for (var e = 0; e < b.aa.count; e++) {
var f = b.aa._inner[e];
f.g$l(a.m._inner[e], d);
}
}
this.abs(a, b);
};
ScatterBase.prototype.ak = function (a, b) {
var c = new List$1(ChartSelection.$, 0);
this.p6(a, c, b);
return c.toArray();
};
ScatterBase.prototype.p6 = function (a, b, c) {
this.abc(a, b, c, 0, null);
};
ScatterBase.prototype.abc = function (a, b, c, d, e) {
var _this = this;
var f = this.dc.w8(this.dc.wy(a));
var g = this.dp.count;
var h = this.y1.a;
var i = this.y1.b;
var j = this.dc.w1(this.wx, this.getEffectiveViewport(), f);
var k = new ScalerParams(0, f, this.dc.xb, h.ch, this.getEffectiveViewport());
var l = new ScalerParams(0, f, this.dc.xb, i.ch, this.getEffectiveViewport());
if (d == 0) {
var _loop_2 = function (m) {
var n = h.el(this_2.zm.item(m), k);
var o = i.el(this_2.zn.item(m), l);
if (n < j.width && n > 0 && o < j.height && o > 0) {
if (c == 7 || c == 6) {
b.add(((function () {
var $ret = new ChartSelection();
$ret.series = _this;
return $ret;
})()));
return { value: void 0 };
}
else if (c == 2 || c == 1) {
b.add(((function () {
var $ret = new ChartSelection();
$ret.item = _this.dp.item(m);
return $ret;
})()));
}
else {
b.add(((function () {
var $ret = new ChartSelection();
$ret.item = _this.dp.item(m);
$ret.series = _this;
return $ret;
})()));
}
}
};
var this_2 = this;
for (var m = 0; m < g; m++) {
var state_1 = _loop_2(m);
if (typeof state_1 === "object")
return state_1.value;
}
}
else {
var _loop_3 = function (p) {
var q = h.el(this_3.zm.item(p), k);
var r = i.el(this_3.zn.item(p), l);
var s = e.item(p) / f.height;
var t = e.item(p) / f.width;
var u = new Rect(0, q - t / 2, r - s / 2, t, s);
if (j.intersectsWith(u)) {
if (c == 7 || c == 6) {
b.add(((function () {
var $ret = new ChartSelection();
$ret.series = _this;
return $ret;
})()));
return { value: void 0 };
}
else if (c == 2 || c == 1) {
b.add(((function () {
var $ret = new ChartSelection();
$ret.item = _this.dp.item(p);
return $ret;
})()));
}
else {
b.add(((function () {
var $ret = new ChartSelection();
$ret.item = _this.dp.item(p);
$ret.series = _this;
return $ret;
})()));
}
}
};
var this_3 = this;
for (var p = 0; p < g; p++) {
var state_2 = _loop_3(p);
if (typeof state_2 === "object")
return state_2.value;
}
}
};
ScatterBase.prototype.yu = function (a, b) {
return this.yv(a, b);
};
ScatterBase.prototype.yv = function (a, b) {
if (b < a || a < 0 || a > this.zm.count || b < 0 || b > this.zm.count) {
return null;
}
var c = new Array((b - a) + 1);
for (var d = a; d <= b; d++) {
var e = d;
c[d - a] = this.dp.item(d);
}
return c;
};
ScatterBase.prototype.aba = function (a, b) {
var _this = this;
a.ck = true;
this.ze.ay(this, this.zz(), runOn(this, this.yu));
var c = this.ze.d;
var d = c != null;
var e = this.getEffectiveViewport1(a);
var f = this.dp == null ? 0 : this.dp.count;
this.y2.cw(function (g) {
if (g._visibility == 0) {
var h = g.ak;
var i = g.content;
if (i == null) {
i = new DataContext();
g.content = i;
}
if (d) {
_this.abf(h, f, a.t);
}
_this.ze.ac(g, i);
}
});
};
ScatterBase.prototype.abg = function (a, b, c) {
var d = this.by != 1;
var e = this.cq != 1;
var f = this.cp != 1;
this.ze.a0(this.ze.b, a, b, false);
this.ze.ab(this.ic);
var g = this.ze.ax;
var h = null;
var i = null;
var j = null;
var k = this.dp;
if (d && this.dc != null) {
h = this.dc.dn.getHighlightingInfo(this, k, g.z, g.y, false);
g.c = h;
}
if (e && this.dc != null) {
h = this.dc.dp.getHighlightingInfo(this, k, g.z, g.y, false);
g.d = h;
}
if (f && this.dc != null) {
h = this.dc.dm.getHighlightingInfo(this, k, g.z, g.y, false);
g.b = h;
}
g.h = c;
this.abq(g);
this.ze.z(this, h, i, j, c, d, e, f, a < 0);
};
ScatterBase.prototype.abf = function (a, b, c) {
var d = this.by != 1;
var e = this.cq != 1;
var f = this.cp != 1;
this.ze.a0(this.ze.d, a, b, true);
this.ze.aa(this.ic);
var g = this.ze.aw;
var h = null;
var i = null;
var j = null;
var k = this.dp;
var l = null;
var m = null;
var n = null;
if (d && this.dc != null) {
h = this.dc.dn.getHighlightingInfo(this, k, g.z, g.y, true);
if (this.dc.dn.isCrossContextHighlight(this)) {
l = this.dc.dn.getHighlightingInfo(this, k, g.z, g.y, true);
}
g.c = h;
}
if (e && this.dc != null) {
i = this.dc.dp.getHighlightingInfo(this, k, g.z, g.y, true);
if (i == null && this.bo != null) {
i = this.dc.dp.getHighlightingInfo(this.bo, this.bo.dp, g.z, g.y, true);
}
if (i == null && this.bl != null) {
i = this.dc.dp.getHighlightingInfo(this.bl, this.bl.dp, g.z, g.y, true);
}
if (this.dc.dp.isCrossContextHighlight(this)) {
m = this.dc.dp.getHighlightingInfo(this, k, g.z, g.y, true);
}
g.d = i;
}
if (f && this.dc != null) {
j = this.dc.dm.getHighlightingInfo(this, k, g.z, g.y, true);
if (this.dc.dm.isCrossContextHighlight(this)) {
n = this.dc.dm.getHighlightingInfo(this, k, g.z, g.y, true);
}
g.d = i;
}
g.h = c;
this.abp(g);
this.ze.y(this, h, i, j, c, d, e, f, g.v, this.dc.dn.totalHighWaterMark, g.x, this.dc.dp.totalHighWaterMark, g.t, this.dc.dm.totalHighWaterMark);
};
ScatterBase.prototype.abq = function (a) {
if (this.assigningScatterStyle != null && this.zq) {
this.assigningScatterStyle(this, a);
}
};
ScatterBase.prototype.abp = function (a) {
if (this.assigningScatterMarkerStyle != null && this.zp) {
this.assigningScatterMarkerStyle(this, a);
}
};
ScatterBase.prototype.abi = function (a, b) {
var e_4, _a;
var c = new ErrorBarsHelper(this, b);
if (this.y3 == null) {
return;
}
var d = this.y3.u;
var e = this.y3.v;
var f = 0;
var g = 0;
var h = 0;
var i = 0;
try {
for (var _b = __values(fromEnum(a.j.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
var j = _c.value;
var k = a.j.item(j);
if (d != null) {
switch (d.getCalculatorType()) {
case 1:
var l = this.abl(k, c, d, h, i, true);
h = l.p3;
i = l.p4;
break;
case 0:
var m = this.abj(k, c, d, h, i, true);
h = m.p3;
i = m.p4;
break;
case 2:
var n = this.abh(k, c, d, j, h, i, true);
h = n.p4;
i = n.p5;
break;
case 3:
var o = this.abm(c, d, f, h, i, true);
f = o.p2;
h = o.p3;
i = o.p4;
break;
case 4:
var p = this.abj(k, c, d, h, i, true);
h = p.p3;
i = p.p4;
break;
}
;
var q = new OwnedPoint();
q.c = c.l(d, this.y1.a, k.c, f);
q.a = k.a;
a.h.addItem(j, q);
a.i.addItem(j, [h, i]);
}
if (e != null) {
switch (e.getCalculatorType()) {
case 1:
var r = this.abl(k, c, e, h, i, false);
h = r.p3;
i = r.p4;
break;
case 0:
var s = this.abj(k, c, e, h, i, false);
h = s.p3;
i = s.p4;
break;
case 2:
var t = this.abh(k, c, e, j, h, i, false);
h = t.p4;
i = t.p5;
break;
case 3:
var u = this.abm(c, e, g, h, i, false);
g = u.p2;
h = u.p3;
i = u.p4;
break;
case 4:
var v = this.abj(k, c, e, h, i, false);
h = v.p3;
i = v.p4;
break;
}
;
var w = new OwnedPoint();
w.c = c.m(e, this.y1.b, k.c, g);
w.a = k.a;
a.l.addItem(j, w);
a.k.addItem(j, [h, i]);
}
}
}
catch (e_4_1) {
e_4 = { error: e_4_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_4)
throw e_4.error;
}
}
};
ScatterBase.prototype.abl = function (a, b, c, d, e, f) {
if (f) {
var g = void 0;
var h = void 0, i = void 0;
i = this.y1.a;
if (this.y3.s == 0) {
g = a.c.x;
h = this.y1.a;
}
else {
g = a.c.y;
h = this.y1.b;
}
var j = b.f(g, c, h, i, d, e);
d = j.p4;
e = j.p5;
}
else {
var k = void 0;
var l = void 0, m = void 0;
m = this.y1.b;
if (this.y3.t == 0) {
k = a.c.x;
l = this.y1.a;
}
else {
k = a.c.y;
l = this.y1.b;
}
var n = b.f(k, c, l, m, d, e);
d = n.p4;
e = n.p5;
}
return {
p3: d,
p4: e
};
};
ScatterBase.prototype.abj = function (a, b, c, d, e, f) {
if (f) {
var g = b.j(a.c.x, c, this.y1.a, d, e);
d = g.p3;
e = g.p4;
}
else {
var h = b.j(a.c.y, c, this.y1.b, d, e);
d = h.p3;
e = h.p4;
}
return {
p3: d,
p4: e
};
};
ScatterBase.prototype.abh = function (a, b, c, d, e, f, g) {
var h = c.getItemColumn();
var i = this.dp.indexOf(d);
if (h != null && i < h.count) {
var j = h.item(i);
if (g) {
var k = b.h(a.c.x, j, this.y1.a, e, f);
e = k.p3;
f = k.p4;
}
else {
var l = b.h(a.c.y, j, this.y1.b, e, f);
e = l.p3;
f = l.p4;
}
}
else {
e = NaN;
f = NaN;
}
return {
p4: e,
p5: f
};
};
ScatterBase.prototype.abm = function (a, b, c, d, e, f) {
var g = a.i(b, c);
c = g.p1;
if (f) {
var h = a.k(c, b, this.y1.a, d, e);
d = h.p3;
e = h.p4;
}
else {
var i = a.k(c, b, this.y1.b, d, e);
d = i.p3;
e = i.p4;
}
return {
p2: c,
p3: d,
p4: e
};
};
ScatterBase.prototype.abs = function (a, b) {
if (!b.r() || this.y3 == null) {
b.dp();
return;
}
this.abt(a, b);
this.abu(a, b);
};
ScatterBase.prototype.abt = function (a, b) {
var e_5, _a;
b.dk();
var c = new ErrorBarsHelper(this, b);
var d = new PathGeometry();
var e = this.y3.u;
try {
for (var _b = __values(fromEnum(a.j.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
var f = _c.value;
if (e != null && a.i.containsKey(f)) {
var g = a.i.item(f)[0];
var h = a.i.item(f)[1];
if (!isNaN_(g) && !isNaN_(h)) {
var i = a.h.item(f).c;
if (this.y3.o == 1 || this.y3.o == 2) {
c.d(d, i, g, true);
}
if (this.y3.o == 1 || this.y3.o == 3) {
c.d(d, i, h, false);
}
}
}
}
}
catch (e_5_1) {
e_5 = { error: e_5_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_5)
throw e_5.error;
}
}
b.dq(d);
};
ScatterBase.prototype.abu = function (a, b) {
var e_6, _a;
b.dl();
var c = new ErrorBarsHelper(this, b);
var d = new PathGeometry();
var e = this.y3.v;
try {
for (var _b = __values(fromEnum(a.j.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
var f = _c.value;
if (e != null && a.k.containsKey(f)) {
var g = a.k.item(f)[0];
var h = a.k.item(f)[1];
if (!isNaN_(g) && !isNaN_(h)) {
var i = a.l.item(f).c;
if (this.y3.p == 1 || this.y3.p == 2) {
c.e(d, i, g, true);
}
if (this.y3.p == 1 || this.y3.p == 3) {
c.e(d, i, h, false);
}
}
}
}
}
catch (e_6_1) {
e_6 = { error: e_6_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_6)
throw e_6.error;
}
}
};
ScatterBase.prototype.hf = function (a, b, c) {
var d = true;
if (!_super.prototype.hf.call(this, a, b, c) || b.isEmpty || a.isEmpty || this.xAxis == null || this.yAxis == null || this.xAxis.bi == null || this.yAxis.bi == null || this.zm == null || this.zn == null || this.zm.count == 0 || this.zn.count == 0 || this.dp == null || this.dp.count != this.zm.count || this.dp.count != this.zn.count || this.xAxis.bi == null || this.yAxis.bi == null || this.xAxis.l4 == this.xAxis.l3 || this.yAxis.l4 == this.yAxis.l3) {
d = false;
}
return d;
};
ScatterBase.prototype.getViewInfo = function (a, b) {
if (!this.acq.isEmpty && !this.acr.isEmpty) {
a = this.acq;
b = this.acr;
return {
p0: a,
p1: b
};
}
a = this.cw.b9;
b = this.cw.ca;
return {
p0: a,
p1: b
};
};
ScatterBase.prototype.rv = function (a) {
_super.prototype.rv.call(this, a);
this.aa8();
try {
if (this.d7(this.cw)) {
return;
}
if (this.dp != null && this.dp.count > this.aae) {
a = false;
}
if (this.gg(a) && !this.gs) {
var b = this.y7;
if (this.d4()) {
if (this.dd.g) {
this.dd.t();
}
this.y7 = this.y9;
this.y9 = b;
}
else {
this.y7 = this.y5;
this.y5 = b;
}
this.abk(this.y5, this.y2);
this.sb();
}
else {
if (!this.gs) {
this.abk(this.y5, this.y2);
}
this.abv(this.y5, this.y2);
}
}
finally {
this.abw();
}
};
ScatterBase.prototype.sl = function () {
_super.prototype.sl.call(this);
if (this.index < 0) {
return;
}
this.y2.dt();
};
ScatterBase.prototype.rw = function (a, b) {
_super.prototype.rw.call(this, a, b);
if (!this.g1) {
this.cw.be(b);
return;
}
this.cw.be(b);
if (this.d7(this.cv)) {
return;
}
var c = typeCast(ScatterBaseView.$, this.cv);
this.rx();
this.g1 = false;
};
ScatterBase.prototype.rx = function () {
_super.prototype.rx.call(this);
var a = typeCast(ScatterBaseView.$, this.cv);
if (!this.gt) {
this.y8 = new ScatterFrame();
this.abk(this.y8, a);
}
this.gt = false;
this.abv(this.y8, a);
};
ScatterBase.prototype.rt = function (a, b, c, d, e) {
_super.prototype.rt.call(this, a, b, c, d, e);
var f = this.ba.a$j.item(d);
var g = f;
f.bd(c);
if (this.d7(g)) {
return;
}
if (this.y4 == null) {
this.y4 = new ScatterFrame();
}
this.abk(this.y4, g);
this.abv(this.y4, g);
};
ScatterBase.prototype.abr = function (a, b) {
var e_7, _a, e_8, _b;
var c = new List$1(Base.$, 0);
try {
for (var _c = __values(fromEnum(b.c)), _d = _c.next(); !_d.done; _d = _c.next()) {
var d = _d.value;
if (!a.containsKey(d)) {
c.add1(d);
}
}
}
catch (e_7_1) {
e_7 = { error: e_7_1 };
}
finally {
try {
if (_d && !_d.done && (_a = _c.return))
_a.call(_c);
}
finally {
if (e_7)
throw e_7.error;
}
}
try {
for (var _e = __values(fromEnum(c)), _f = _e.next(); !_f.done; _f = _e.next()) {
var e = _f.value;
b.h(e);
}
}
catch (e_8_1) {
e_8 = { error: e_8_1 };
}
finally {
try {
if (_f && !_f.done && (_b = _e.return))
_b.call(_e);
}
finally {
if (e_8)
throw e_8.error;
}
}
};
ScatterBase.prototype.yt = function (a, b, c, d, e) {
var _this = this;
if (c == null || c.length != this.y1.c.count) {
c = new Array(this.y1.c.count);
for (var f = 0; f < this.y1.c.count; f++) {
c[f] = PointUtil.create();
}
}
var g = this.getEffectiveViewport1(a);
var h = ((function () {
var $ret = new ScalerParams(0, d, e, _this.xAxis.ch, g);
$ret.c = _this.getEffectiveViewport1(a);
return $ret;
})());
var i = ((function () {
var $ret = new ScalerParams(0, d, e, _this.yAxis.ch, g);
$ret.c = _this.getEffectiveViewport1(a);
$ret.b = _this.iz();
return $ret;
})());
var j = this.wo(a);
var k = this.y1.a.eo(j.left, h);
var l = this.y1.a.eo(j.right, h);
var m = this.y1.b.eo(j.bottom, i);
var n = this.y1.b.eo(j.top, i);
if (this.y1.d) {
var o = k;
k = l;
l = o;
}
if (this.y1.e) {
var p = m;
m = n;
n = p;
}
var q = this.y1;
var r = q.a;
var s = q.b;
var t;
var u;
var v = this.zm;
var w = this.zn;
var x = false;
var y = 0;
var z = 0;
if (this.dc != null) {
if (this.dc.f8()) {
var aa = this.dc.nm(d, h);
x = aa.c;
y = aa.d;
z = r.eo(0 + y, h);
var ab = r.eo(0, h);
z -= ab;
}
}
for (var ac = 0; ac < this.y1.c.count; ac++) {
t = v.item(ac);
u = w.item(ac);
var ad = 1E-10;
if (x) {
if (t >= k - ad && t <= l + ad && u >= m - ad && u <= n + ad) {
c[ac].x = r.el(t, h);
c[ac].y = s.el(u, i);
}
else {
if ((t + z) >= k && (t + z) <= l && u >= m && u <= n) {
c[ac].x = r.el(t, h) + y;
c[ac].y = s.el(u, i);
}
else {
c[ac].x = NaN;
c[ac].y = NaN;
}
}
}
else {
if (t >= k - ad && t <= l + ad && u >= m - ad && u <= n + ad) {
c[ac].x = r.el(t, h);
c[ac].y = s.el(u, i);
}
else {
c[ac].x = NaN;
c[ac].y = NaN;
}
}
}
return c;
};
ScatterBase.prototype.z2 = function (a, b) {
var e_9, _a;
if (b == null) {
b = new List$1(Number_$type, 2, a.e);
}
else {
b.clear();
}
var c = 0;
var d = this.dp;
try {
for (var _b = __values(fromEnum(a.c)), _c = _b.next(); !_c.done; _c = _b.next()) {
var e = _c.value;
b.add(d.indexOf(e));
}
}
catch (e_9_1) {
e_9 = { error: e_9_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_9)
throw e_9.error;
}
}
return b;
};
ScatterBase.prototype.p1 = function (a) {
_super.prototype.p1.call(this, a);
this.bc.exportTrendlineData(this, a, this.y2.df.g$n);
};
ScatterBase.prototype.iz = function () {
return Series.i0(this.zn, null);
};
ScatterBase.prototype.getDataLegendSeriesContextAt = function (a, b) {
var c = { $type: Point_$type, x: a, y: b };
var d = this.ko(c);
var e = d == null ? NaN : this.iy(d, "XMemberPath");
var f = d == null ? NaN : this.iy(d, "YMemberPath");
var g = new DataLegendSeriesValueInfo();
g.l = e;
g.a = 13;
g.q = "X";
g.r = this.aay != null ? this.aay : "X";
g.s = this.aau != null ? this.aau : "X:";
g.t = this.aaw != null ? this.aaw : "";
var h = new DataLegendSeriesValueInfo();
h.l = f;
h.a = 14;
h.q = "Y";
h.r = this.aa6 != null ? this.aa6 : "Y";
h.s = this.aa2 != null ? this.aa2 : "Y:";
h.t = this.aa4 != null ? this.aa4 : "";
var i = new DataLegendSeriesContext();
i.e = ((function () {
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
$ret.add(g);
$ret.add(h);
return $ret;
})());
i.h = this.me();
return i;
};
ScatterBase.prototype.abx = function () {
if (this.zo) {
this.z3 = 0;
this.z4 = 0;
for (var a = 0; a < this.zm.count; a++) {
this.z3 += this.zm.item(a);
this.z4 += this.zn.item(a);
}
this.z5 = this.z3 / this.zm.count;
this.z6 = this.z4 / this.zn.count;
this.zo = false;
}
};
ScatterBase.prototype.i9 = function (a, b) {
if (b == null || !b.cj) {
return NaN;
}
if (b != this.xAxis && b != this.yAxis) {
return NaN;
}
var c = this.aq(a);
if (b.cp) {
return c[1];
}
else {
return c[0];
}
};
ScatterBase.prototype.aq = function (a) {
var b = NaN;
var c = NaN;
switch (a) {
case 5:
case 2:
b = this.zm.maximum;
c = this.zn.maximum;
break;
case 4:
case 1:
b = this.zm.minimum;
c = this.zn.minimum;
break;
case 6:
case 3:
if (this.zo) {
this.abx();
}
b = this.z5;
c = this.z6;
break;
}
return [b, c];
};
ScatterBase.prototype.wl = function (a) {
var b = this.getEffectiveViewport1(this.cw);
var c = new ScalerParams(0, this.cw.ca, this.cw.b9, this.xAxis.ch, b);
c.c = b;
var d = isNaN_(a[0]) ? NaN : this.xAxis.el(a[0], c);
c = new ScalerParams(0, this.cw.ca, this.cw.b9, this.yAxis.ch, b);
c.b = this.iz();
c.c = b;
var e = isNaN_(a[1]) ? NaN : this.yAxis.el(a[1], c);
return { $type: Point_$type, x: d, y: e };
};
ScatterBase.prototype.wk = function (a) {
var b = this.aq(a);
return this.wl(b);
};
ScatterBase.prototype.bd = function () {
return new ScatterTrendLineManager();
};
ScatterBase.$t = markType(ScatterBase, 'ScatterBase', MarkerSeries.$, [ISupportsErrorBars_$type, ITrendLineSeries_$type]);
ScatterBase.aby = DependencyProperty.i("ActualTrendLineBrush", Brush.$, ScatterBase.$, new PropertyMetadata(2, null, function (a, b) { return a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue); }));
ScatterBase.$$p = markDep(DependencyProperty, PropertyMetadata, ScatterBase, 'raisePropertyChanged', ['ErrorBarSettings:y3:abz', [ScatterErrorBarSettings.$, null], 'HighlightedXMemberPath:aai:ab0', [2, null], 'HighlightedYMemberPath:aak:ab1', [2, null], 'IsCustomScatterMarkerStyleAllowed:zt:ab2', [0, false], 'IsCustomScatterStyleAllowed:zu:ab3', [0, false], 'ItemSearchMode:zd:ab4', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:aad:ab5', [1, 10000], 'MarkerCollisionAvoidance:yy:ab6', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MaximumMarkers:aae:ab7', [1, 400], 'XAxis::acf', [NumericXAxis.$, null], 'XMemberAsLegendLabel:aau:acg', [2, null], 'XMemberAsLegendUnit:aaw:ach', [2, null], 'XMemberPath:aay:aci', [2, null], 'YAxis::acj', [NumericYAxis.$, null], 'YMemberAsLegendLabel:aa2:ack', [2, null], 'YMemberAsLegendUnit:aa4:acl', [2, null], 'YMemberPath:aa6:acm', [2, null], 'TrendLineType::acd', [TrendLineType_$type, enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::acc', [1, 1.5], 'TrendLinePeriod::acb', [1, 7], 'TrendLineBrush::ab8', [Brush.$, null], 'TrendLineZIndex:aaf:ace', [1, 1001], 'TrendLineDashArray:aco:ab9', [DoubleCollection.$], 'TrendLineDashCap:acp:aca', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)]]);
return ScatterBase;
}(MarkerSeries));
export { ScatterBase };
/**
* @hidden
*/
var ScatterSeriesRenderManager = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ScatterSeriesRenderManager, _super);
function ScatterSeriesRenderManager() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.aw = null;
_this.ax = null;
return _this;
}
ScatterSeriesRenderManager.prototype.c = function () {
this.aw = new AssigningScatterMarkerStyleEventArgs();
return this.aw;
};
ScatterSeriesRenderManager.prototype.a = function () {
this.ax = new AssigningScatterStyleEventArgs();
return this.ax;
};
ScatterSeriesRenderManager.prototype.ay = function (a, b, c) {
this.w(a, b, c);
};
ScatterSeriesRenderManager.prototype.az = function (a, b, c) {
this.x(a, b, c);
};
ScatterSeriesRenderManager.prototype.a0 = function (a, b, c, d) {
if (b == -1) {
a.e = false;
a.z = 0;
a.y = c - 1;
}
else {
if (d) {
a.z = b;
a.y = b;
}
else {
a.e = false;
a.z = b;
a.y = b;
}
}
};
ScatterSeriesRenderManager.$t = markType(ScatterSeriesRenderManager, 'ScatterSeriesRenderManager', SeriesRenderManager.$);
return ScatterSeriesRenderManager;
}(SeriesRenderManager));
export { ScatterSeriesRenderManager };
/**
* @hidden
*/
var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ScatterBaseView, _super);
function ScatterBaseView(a) {
var _this = _super.call(this, a) || this;
_this.dd = null;
_this.db = null;
_this.de = null;
_this.dj = null;
_this.dv = null;
_this.dw = null;
_this.df = null;
_this.du = null;
_this.dg = null;
_this.de = a;
_this.dg = new HashPool$2(Base.$, Marker.$);
_this.cz(_this.dg);
_this.df = new ScatterTrendLineManager();
return _this;
}
ScatterBaseView.prototype.a4 = function () {
_super.prototype.a4.call(this);
this.dd = this.dc();
this.dv = new Path();
this.dw = new Path();
if (!this.t) {
this.de.aae = 2000;
}
};
ScatterBaseView.prototype.dx = function (a) {
if (this.du == null) {
this.du = new DataTemplateMeasureInfo();
this.du.context = this.m.h();
}
this.du.width = a.width;
this.du.height = a.height;
this.du.data = a.content;
var b = a.ah;
if (b.measure != null) {
b.measure(this.du);
}
return new Size(1, this.du.width, this.du.height);
};
ScatterBaseView.prototype.dc = function () {
var _this = this;
var a = new NumericMarkerManager(1, function (b) { return _this.dg.item(b); }, function (b) { return _this.de.y1.c.item(b); }, runOn(this, this.ds), runOn(this, this.c9), runOn(this, this.dh), function () { return _this.de.yy; });
a.q = runOn(this, this.dx);
return a;
};
ScatterBaseView.prototype.ds = function (a) {
this.de.abr(a, this.dg);
};
ScatterBaseView.prototype.di = function () {
return this.cl;
};
ScatterBaseView.prototype.da = function () {
return this.db;
};
ScatterBaseView.prototype.c9 = function () {
this.db = this.de.yt(this, this.dg, this.db, this.ca, this.b9);
return this.db;
};
ScatterBaseView.prototype.dh = function () {
this.dj = this.de.z2(this.dg, this.dj);
return this.dj;
};
ScatterBaseView.prototype.dk = function () {
};
ScatterBaseView.prototype.dq = function (a) {
};
ScatterBaseView.prototype.dl = function () {
};
ScatterBaseView.prototype.dr = function (a) {
};
ScatterBaseView.prototype.dt = function () {
if (this.de.trendLineBrush != null) {
this.de.acn = this.de.trendLineBrush;
}
else {
this.de.acn = this.de.ve;
}
};
ScatterBaseView.prototype.cw = function (a) {
this.dg.f(a);
};
ScatterBaseView.prototype.dn = function (a) {
this.dg.g(a);
};
ScatterBaseView.prototype.dp = function () {
};
ScatterBaseView.prototype.bi = function (a, b) {
_super.prototype.bi.call(this, a, b);
if (a.d) {
if (this.de.trendLineType != 0 && !b) {
var c = this.df.g$n;
c.ad = this.de.trendLineThickness;
c._stroke = this.de.acn;
c.ai = this.de.aco;
c.aj = this.de.acp;
a.v(c);
}
}
};
ScatterBaseView.prototype.dm = function (a) {
if (a) {
this.dp();
this.dg.clear();
}
this.df.g$h();
this.a2();
};
ScatterBaseView.prototype.getDefaultTooltipTemplate = function () {
var a = "<div class='ui-chart-default-tooltip-content'><span";
var b = this.f.ba.a$u(this.f);
if (!stringIsNullOrEmpty(b)) {
a += " style='color:" + b + "'";
}
a += ">" + this.de.title + "</span><br/><span>" + "x: </span><span class='ui-priority-primary'>${item." + this.de.aay + "}</span><br/><span>" + "y: </span><span class='ui-priority-primary'>${item." + this.de.aa6 + "}</span></div>";
return a;
};
ScatterBaseView.$t = markType(ScatterBaseView, 'ScatterBaseView', MarkerSeriesView.$);
return ScatterBaseView;
}(MarkerSeriesView));
export { ScatterBaseView };