igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
1,494 lines (1,493 loc) • 77.6 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-react-core";
import { NumericYAxis } from "./NumericYAxis";
import { Series } from "./Series";
import { TrendLineType_$type } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { PenLineCap_$type } from "igniteui-react-core";
import { DoubleCollection } from "igniteui-react-core";
import { CollisionAvoidanceType_$type } from "./CollisionAvoidanceType";
import { ScatterItemSearchMode_$type } from "./ScatterItemSearchMode";
import { ScatterErrorBarSettings } from "./ScatterErrorBarSettings";
import { HighlightingInfo } from "igniteui-react-core";
import { ScatterFrame } from "./ScatterFrame";
import { Base, runOn, delegateCombine, enumGetBox, Number_$type, typeCast, fromEnum, Point_$type, markType, markDep, PointUtil } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { SeriesPointOfInterest } from "./SeriesPointOfInterest";
import { ScalerParams } from "./ScalerParams";
import { Rect } from "igniteui-react-core";
import { Marker } from "./Marker";
import { MarkerSeriesView } from "./MarkerSeriesView";
import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay";
import { IFastItemsSource_$type } from "igniteui-react-core";
import { Clipper } from "igniteui-react-core";
import { OwnedPoint } from "./OwnedPoint";
import { Dictionary$2 } from "igniteui-react-core";
import { AxisRange } from "./AxisRange";
import { GeometryUtil } from "igniteui-react-core";
import { HashPool$2 } from "igniteui-react-core";
import { DataContext } from "igniteui-react-core";
import { ScatterTrendLineManager } from "./ScatterTrendLineManager";
import { TrendResolutionParams } from "./TrendResolutionParams";
import { Thickness } from "igniteui-react-core";
import { Size } from "igniteui-react-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-react-core";
import { DataLegendSeriesValueInfo } from "igniteui-react-core";
import { DataLegendSeriesContext } from "igniteui-react-core";
import { PropertyMetadata } from "igniteui-react-core";
import { truncate, isNaN_, isInfinity } from "igniteui-react-core";
import { boxArray$1, arrayShallowClone } from "igniteui-react-core";
import { Path } from "igniteui-react-core";
import { DataTemplateMeasureInfo } from "igniteui-react-core";
import { NumericMarkerManager } from "./NumericMarkerManager";
import { stringIsNullOrEmpty } from "igniteui-react-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) {