UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

1,510 lines 54.6 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, __values } from "tslib";
import { FinancialSeries } from "./FinancialSeries";
import { ITrendLineSeries_$type } from "./ITrendLineSeries";
import { TrendLineType_$type } from "igniteui-angular-core";
import { DependencyProperty } from "igniteui-angular-core";
import { Brush } from "igniteui-angular-core";
import { PenLineCap_$type } from "igniteui-angular-core";
import { DoubleCollection } from "igniteui-angular-core";
import { PriceDisplayType_$type } from "./PriceDisplayType";
import { CategoryCollisionMode_$type } from "./CategoryCollisionMode";
import { Series } from "./Series";
import { Defaults } from "./Defaults";
import { enumGetBox, EnumUtil, Number_$type, typeCast, fromEnum, Point_$type, runOn, markType, markDep } from "igniteui-angular-core";
import { CategoryFrame } from "./CategoryFrame";
import { ISortingAxis_$type } from "./ISortingAxis";
import { FinancialSeriesView } from "./FinancialSeriesView";
import { List$1 } from "igniteui-angular-core";
import { Rect } from "igniteui-angular-core";
import { RectUtil } from "igniteui-angular-core";
import { CategoryTrendLineManagerFactory } from "./CategoryTrendLineManagerFactory";
import { AxisRange } from "./AxisRange";
import { ScalerParams } from "./ScalerParams";
import { TrendResolutionParams } from "./TrendResolutionParams";
import { Pool$1 } from "igniteui-angular-core";
import { Path } from "igniteui-angular-core";
import { Thickness } from "igniteui-angular-core";
import { PathGeometry } from "igniteui-angular-core";
import { PathFigure } from "igniteui-angular-core";
import { LineSegment } from "igniteui-angular-core";
import { GeometryGroup } from "igniteui-angular-core";
import { LineGeometry } from "igniteui-angular-core";
import { RectangleGeometry } from "igniteui-angular-core";
import { DataLegendSeriesValueInfo } from "igniteui-angular-core";
import { DataLegendSeriesContext } from "igniteui-angular-core";
import { ChartSelection } from "./ChartSelection";
import { PropertyMetadata } from "igniteui-angular-core";
import { truncate, isNaN_, isInfinity } from "igniteui-angular-core";
import { boxArray$1 } from "igniteui-angular-core";
import { round10N } from "igniteui-angular-core";
import { FinancialPriceBucketCalculator } from "./FinancialPriceBucketCalculator";
import { Extensions } from "igniteui-angular-core";
/**
 * @hidden
 */
var FinancialPriceSeries = /** @class */ /*@__PURE__*/ (function (_super) {
    __extends(FinancialPriceSeries, _super);
    function FinancialPriceSeries() {
        var _this = _super.call(this) || this;
        _this.aa9 = true;
        _this.aba = 0;
        _this.abb = 0;
        _this.ab = FinancialPriceSeries.$;
        _this.xf = new CategoryFrame(5);
        _this.xh = new CategoryFrame(5);
        _this.xd = new CategoryFrame(5);
        return _this;
    }
    FinancialPriceSeries.prototype.bk = function () {
        return new FinancialPriceSeries();
    };
    FinancialPriceSeries.prototype.get_fb = function () {
        return true;
    };
    FinancialPriceSeries.prototype.jl = function () {
        if (!isNaN_(this.jk)) {
            return _super.prototype.jl.call(this);
        }
        return Defaults.financialSeries_Resolution;
    };
    FinancialPriceSeries.prototype.ct = function () {
        return new FinancialPriceSeriesView(this);
    };
    FinancialPriceSeries.prototype.q3 = function (a) {
        _super.prototype.q3.call(this, a);
        this.aa7 = a;
    };
    Object.defineProperty(FinancialPriceSeries.prototype, "acq", {
        get: function () {
            return this.c(FinancialPriceSeries.ab7);
        },
        set: function (a) {
            this.h(FinancialPriceSeries.ab7, a);
        },
        enumerable: false,
        configurable: true
    });
    FinancialPriceSeries.prototype.pd = function (a, b, c, d) {
        var e_1, _a;
        _super.prototype.pd.call(this, a, b, c, d);
        if (this.xb != null && typeCast(ISortingAxis_$type, this.xb) !== null) {
            this.xb.i$i();
        }
        this.aa7.cd.e(this.ie);
        if (this.aa7.cn) {
            this.aa7.cl.g$i(a, b, c, d);
        }
        if (this.aa7.aa.count > 0) {
            try {
                for (var _b = __values(fromEnum(this.aa7.aa)), _c = _b.next(); !_c.done; _c = _b.next()) {
                    var e = _c.value;
                    e.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.xu != null) {
            this.xu.c1();
        }
        this.ru(true);
        if (a == 0 || a == 2 || a == 3 || a == 4) {
            this.aa9 = true;
        }
        else if (a == 1) {
            for (var f = b; f < b + c; f++) {
                var g = 0;
                g += this.x5.item(f);
                g += this.x6.item(f);
                g += this.x4.item(f);
                this.aba += g / 3;
            }
            this.abb = this.aba / this.x5.count;
        }
    };
    FinancialPriceSeries.prototype.b3 = function () {
        if (this.b4 == 0) {
            return 1;
        }
        else {
            return _super.prototype.b3.call(this);
        }
    };
    FinancialPriceSeries.prototype.ws = function (a) {
        if (this.xd == null || this.xd.h.count == 0) {
            return Rect.empty;
        }
        var b = this.wc(a);
        var c = this.cw.ca;
        var d = this.cw.b9;
        var e = this.getEffectiveViewport1(this.cw);
        var f = this.an(this.xb, this.xd.h, this.y8(this.cw), this.za(this.cw), a, true);
        var g = f[0];
        var h = f[1];
        var i = Math.abs(b.x - g[0]);
        var j = Math.abs(b.x - h[0]);
        var k = this.abc(this.xs, e);
        k = Math.max(k, 3);
        var l = (k - 1) / 2;
        if (i < j) {
            var m = g[0] - l;
            var n = g[0];
            var o = g[0] + l;
            var p = g[1];
            var q = g[2];
            var r = g[3];
            var s = g[4];
            var t = Math.min(Math.min(Math.min(p, q), r), s);
            var u = Math.max(Math.max(Math.max(p, q), r), s);
            return new Rect(0, m, t, Math.abs(o - m), u - t);
        }
        else {
            var v = h[0] - l;
            var w = h[0];
            var x = h[0] + l;
            var y = h[1];
            var z = h[2];
            var aa = h[3];
            var ab = h[4];
            var ac = Math.min(Math.min(Math.min(y, z), aa), ab);
            var ad = Math.max(Math.max(Math.max(y, z), aa), ab);
            return new Rect(0, v, ac, Math.abs(x - v), ad - ac);
        }
    };
    FinancialPriceSeries.prototype.aa5 = function (a, b) {
        var c = a[0] - b;
        var d = a[0];
        var e = a[0] + b;
        var f = a[1];
        var g = a[2];
        var h = a[3];
        var i = a[4];
        var j = Math.min(Math.min(Math.min(f, g), h), i);
        var k = Math.max(Math.max(Math.max(f, g), h), i);
        var l = Math.min(g, h);
        var m = Math.max(g, h);
        var n = Math.min(f, i);
        var o = Math.max(f, i);
        if (this.aa8 == 1) {
            var p = new Array(3);
            var q = new Rect(0, c, f, b, 0);
            var r = new Rect(0, d, i, b, 0);
            var s = new Rect(0, d, l, 0, m - l);
            p[0] = q;
            p[1] = r;
            p[2] = s;
            return p;
        }
        else {
            var t = new Array(2);
            var u = new Rect(0, d, l, 0, m - l);
            var v = new Rect(0, c, n, b * 2, o - n);
            t[0] = u;
            t[1] = v;
            return t;
        }
    };
    FinancialPriceSeries.prototype.ao = function (a) {
        var b = new List$1(Rect.$, 0);
        var c = this.wc(a);
        var d = this.cw.ca;
        var e = this.cw.b9;
        var f = this.getEffectiveViewport1(this.cw);
        var g = this.an(this.xb, this.xd.h, this.y8(this.cw), this.za(this.cw), a, true);
        var h = g[0];
        var i = g[1];
        var j = Math.abs(c.x - h[0]);
        var k = Math.abs(c.x - i[0]);
        var l = this.abc(this.xs, f);
        l = Math.max(l, 3);
        var m = (l - 1) / 2;
        if (j < k) {
            return this.aa5(h, m);
        }
        else {
            return this.aa5(i, m);
        }
    };
    FinancialPriceSeries.prototype.gx = function (a, b) {
        if (this.g0(a, b)) {
            return true;
        }
        return false;
    };
    FinancialPriceSeries.prototype.g0 = function (a, b) {
        var c = this.wt(a);
        if (c.isEmpty) {
            return false;
        }
        var d = RectUtil.r(c, (this.ig / 2) + this.iv(b));
        if (d.containsPoint(a)) {
            var e = this.ap(a);
            if (e != null) {
                for (var f = 0; f < e.length; f++) {
                    var g = e[f];
                    var h = RectUtil.r(g, (this.ig / 2) + this.iv(b));
                    if (h.containsPoint(a)) {
                        return true;
                    }
                }
            }
        }
        return false;
    };
    FinancialPriceSeries.prototype.rc = function (a, b, c, d) {
        switch (b) {
            case FinancialPriceSeries.$$p[4]:
            case FinancialPriceSeries.$$p[5]:
            case FinancialPriceSeries.$$p[6]:
            case FinancialPriceSeries.$$p[7]:
            case FinancialPriceSeries.$$p[1]:
            case FinancialPriceSeries.$$p[2]:
            case FinancialPriceSeries.$$p[9]:
            case FinancialPriceSeries.$$p[10]:
                this.qh();
                break;
            case FinancialSeries.$$p[14]:
                this.aa7.ct();
                if (this.dc != null) {
                    this.dc.ok();
                }
                break;
            case "TrendLineType":
                var e = EnumUtil.getEnumValue(TrendLineType_$type, d);
                if (e != 0) {
                    this.aa7.cl = CategoryTrendLineManagerFactory.a(this.aa7.cl, this.xb, this.sz, this, this.ds);
                }
                break;
        }
        _super.prototype.rc.call(this, a, b, c, d);
        if (this.aa7.cn && this.aa7.cl != null && this.aa7.cl.g$e(a, b, c, d)) {
            this.ru(false);
            this.qn();
        }
        switch (b) {
            case FinancialPriceSeries.$$p[3]:
                if (this.sz != null) {
                    this.ab6();
                    this.sm();
                    this.xd.z();
                    this.aaj(this.xd, this.aa7);
                }
                this.qn();
                break;
            case "ActualHighlightingMode":
            case "ActualSelectionMode":
            case "ActualFocusMode":
                this.ru(true);
                break;
            case "TrendLineBrush":
                this.ri(b);
                break;
            case "TrendLineType":
                this.qn();
                break;
            case FinancialSeries.$$p[10]:
            case FinancialPriceSeries.$$p[8]:
                this.q5();
                break;
        }
    };
    FinancialPriceSeries.prototype.ab6 = function () {
        this.aa7.cx();
        if (this.cv != null) {
            this.cv.cx();
        }
    };
    FinancialPriceSeries.prototype.ay = function (a) {
        if (a != null && a == this.xu && this.x6 != null && !isNaN_(this.x6.minimum) && this.x5 != null && !isNaN_(this.x5.maximum)) {
            return new AxisRange(this.x6.minimum, this.x5.maximum);
        }
        return null;
    };
    FinancialPriceSeries.prototype.az = function (a) {
        if (a.isEmpty && this.dc != null) {
            a = this.dc.wt;
        }
        if (this.x6 == null || this.x5 == null) {
            return null;
        }
        var b = this.wo(this.cw);
        var c = new ScalerParams(0, a, this.dc.xb, this.xb.ch, this.getEffectiveViewport());
        var d = (this.xb.eo(b.left, c));
        var e = (this.xb.eo(b.right, c));
        if (this.xb.ch) {
            var f = d;
            d = e;
            e = f;
        }
        var g = null;
        if (this.xb.cn) {
            g = this.xb;
            d = g.i$f(d);
            e = g.i$f(e);
        }
        else {
            d = Math.floor(d);
            e = Math.ceil(e);
        }
        d = Math.max(0, Math.min(this.x6.count - 1, d));
        e = Math.max(0, Math.min(this.x6.count - 1, e));
        var h = 1.7976931348623157E+308;
        var i = -1.7976931348623157E+308;
        for (var j = truncate(d); j <= truncate(e); j++) {
            var k = j;
            if (g != null) {
                k = g.i$b._inner[j];
            }
            var l = this.x6.item(k);
            if (this.x6.mayContainUnknowns) {
                if (isInfinity(l) || isNaN_(l)) {
                    continue;
                }
            }
            var m = this.x5.item(k);
            if (this.x5.mayContainUnknowns) {
                if (isInfinity(m) || isNaN_(m)) {
                    continue;
                }
            }
            h = Math.min(h, l);
            i = Math.max(i, m);
        }
        var n = new AxisRange(h, i);
        n = this.ax(n, this.xu, a);
        return n;
    };
    FinancialPriceSeries.prototype.iz = function () {
        return Series.i0(this.x7, typeCast(ISortingAxis_$type, this.xb));
    };
    FinancialPriceSeries.prototype.ge = function (a) {
        var b = this.dp != null ? this.dp.indexOf(a) : -1;
        var c = this.cw.ca;
        c = c.copy();
        var d = this.cw.b9;
        var e = new Rect(0, 0, 0, 1, 1);
        var f = this.wq(this.cw);
        if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
            if (this.xb != null) {
                var g = new ScalerParams(0, e, e, this.xb.ch, f);
                var h = this.xb.el(b, g);
                if (h < c.left + 0.1 * c.width) {
                    h = h + 0.4 * c.width;
                }
                if (h > c.right - 0.1 * c.width) {
                    h = h - 0.4 * c.width;
                }
                c.x = h - 0.5 * c.width;
            }
            if (this.xu != null && this.x6 != null && this.x5 != null && b < this.x6.count && b < this.x5.count) {
                var i = new ScalerParams(0, e, e, this.xu.ch, f);
                i.b = this.iz();
                var j = this.xu.el(this.x6.item(b), i);
                var k = this.xu.el(this.x5.item(b), i);
                if (!isNaN_(j) && !isNaN_(k)) {
                    var l = Math.abs(j - k);
                    if (c.height < l) {
                        c.height = l;
                        c.y = Math.min(j, k);
                    }
                    else {
                        if (j < c.top + 0.1 * c.height) {
                            j = j + 0.4 * c.height;
                        }
                        if (j > c.bottom - 0.1 * c.height) {
                            j = j - 0.4 * c.height;
                        }
                        c.y = j - 0.5 * c.height;
                    }
                }
            }
            this.c4.au(this.dc, c, true);
        }
        return b >= 0;
    };
    FinancialPriceSeries.prototype.hf = function (a, b, c) {
        var d = _super.prototype.hf.call(this, a, b, c);
        if (this.x7 == null || this.x4 == null || this.x5 == null || this.x6 == null) {
            d = false;
        }
        return d;
    };
    FinancialPriceSeries.prototype.aah = function (a, b) {
        var e_2, _a, e_3, _b;
        var _this = this;
        _super.prototype.aah.call(this, a, b);
        var c = b.ca;
        var d = b.b9;
        var e = this.getEffectiveViewport1(b);
        var f = this.xb;
        var g = this.xu;
        var h = new ScalerParams(0, c, d, f.ch, e);
        var i = ((function () {
            var $ret = new ScalerParams(0, c, d, g.ch, e);
            $ret.b = _this.iz();
            return $ret;
        })());
        var j = this.xb.ag();
        var k = j[0];
        var l = j[1];
        a.h.clear();
        if (a.o != null) {
            a.o.clear();
        }
        a.p.clear();
        a.s.clear();
        var m = 0;
        var n = typeCast(ISortingAxis_$type, this.xb);
        if (n != null && (n.i$b == null || n.i$b.count != this.dp.count)) {
            return;
        }
        m = this.y2(c, d, e);
        var o = typeCast(FinancialPriceSeriesView.$, b);
        var p = this.ie;
        var q = b.cd.b;
        if (this.trendLineType != 0) {
            var r = new Array(this.dp.count);
            var s = 0;
            try {
                for (var _c = __values(fromEnum(this.yt)), _d = _c.next(); !_d.done; _d = _c.next()) {
                    var t = _d.value;
                    r[s] = t;
                    s++;
                }
            }
            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;
                }
            }
            if (this.aa7.cn) {
                this.aa7.cl.prepareLineCore(a.s, this.trendLineType, boxArray$1(r), this.trendLinePeriod, function (u) { return _this.xb.el(u, h); }, function (u) { return _this.xu.el(u, i); }, ((function () {
                    var $ret = new TrendResolutionParams();
                    $ret.e = b.cd.b;
                    $ret.f = b.cd.c;
                    $ret.g = b.cd.d;
                    $ret.a = m;
                    $ret.d = p;
                    $ret.i = d;
                    $ret.h = e;
                    $ret.c = k;
                    $ret.b = l;
                    return $ret;
                })()));
            }
        }
        if (b.aa.count > 0) {
            var u = new Array(this.dp.count);
            var v = 0;
            try {
                for (var _e = __values(fromEnum(this.yt)), _f = _e.next(); !_f.done; _f = _e.next()) {
                    var w = _f.value;
                    u[v] = w;
                    v++;
                }
            }
            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;
                }
            }
            a.f.clear();
            for (var x = 0; x < b.aa.count; x++) {
                a.f.add(new List$1(Point_$type, 0));
                var y = b.aa._inner[x];
                y.prepareLineCore(a.f._inner[x], y.g$b, boxArray$1(u), y.g$f, function (z) { return _this.xb.el(z, h); }, function (z) { return _this.xu.el(z, i); }, ((function () {
                    var $ret = new TrendResolutionParams();
                    $ret.e = b.cd.b;
                    $ret.f = b.cd.c;
                    $ret.g = b.cd.d;
                    $ret.a = m;
                    $ret.d = p;
                    $ret.i = d;
                    $ret.h = e;
                    $ret.c = k;
                    $ret.b = l;
                    return $ret;
                })()));
            }
        }
        var z = this.xb.eo(2, h) - this.xb.eo(1, h);
        for (var aa = b.cd.c; aa <= b.cd.d; ++aa) {
            var ab = void 0;
            var ac = aa * q;
            if (n == null) {
                ab = b.cd.getBucket(aa);
            }
            else {
                var ad = n.i$b._inner[aa];
                ac = ad;
                var ae = n.i$d(ad);
                var af = this.x7.item(ad);
                var ag = this.x5.item(ad);
                var ah = this.x6.item(ad);
                var ai = this.x4.item(ad);
                var aj = af;
                var ak = ag;
                var al = ah;
                var am = ai;
                var an = ae;
                while (aa < b.cd.d) {
                    ad = n.i$b._inner[aa + 1];
                    an = n.i$d(ad);
                    if (an - ae > z * p) {
                        break;
                    }
                    ac = ad;
                    aa++;
                    ak = Math.max(ak, this.x5.item(ad));
                    al = Math.min(al, this.x6.item(ad));
                    am = this.x4.item(ad);
                }
                var ao = NaN;
                if (!isNaN_(ae)) {
                    ao = this.xb.el(ae, h);
                }
                ab = [ao, aj, ak, al, am];
            }
            if (!isNaN_(ab[0])) {
                if (n != null) {
                    ab[0] = ab[0] + m;
                }
                else {
                    ab[0] = f.el(ab[0], h) + m;
                }
                ab[1] = g.el(ab[1], i);
                ab[2] = g.el(ab[2], i);
                ab[3] = g.el(ab[3], i);
                ab[4] = g.el(ab[4], i);
                if (n != null) {
                    if (a.o == null) {
                        a.o = new List$1(Number_$type, 0);
                    }
                    a.o.add(ac);
                }
                a.h.add(ab);
            }
        }
        return;
    };
    FinancialPriceSeries.prototype.o7 = function (a, b) {
        _super.prototype.o7.call(this, a, b);
        var c = typeCast(FinancialPriceSeriesView.$, b);
        c.cr();
        if (a) {
            c.cm.count = 0;
        }
        if (c.cn && c.cl != null) {
            c.cl.g$h();
        }
    };
    FinancialPriceSeries.prototype.su = function (a, b) {
        _super.prototype.su.call(this, a, b);
        if (this.dc != null) {
            this.dc.ok();
        }
    };
    FinancialPriceSeries.prototype.w0 = function (a, b) {
        if (this.xb != null && this.xb.categoryMode == 0) {
            var c = this.getEffectiveViewport1(this.cw);
            var d = this.abc(this.xs, c) / 2;
            return new Thickness(1, d, 0, d, 0);
        }
        return _super.prototype.w0.call(this, a, b);
    };
    FinancialPriceSeries.prototype.get_ef = function () {
        return true;
    };
    FinancialPriceSeries.prototype.aaj = function (a, b) {
        _super.prototype.aaj.call(this, a, b);
        if (this.xb == null || this.xu == null) {
            return;
        }
        var c = false;
        if (b.cg(a)) {
            c = true;
            b.ci(a);
        }
        this.xk.a2(this, this.yj(), runOn(this, this.w3), this.y8(b), this.za(b));
        var d = false;
        var e = this.xk.b;
        if (e != null) {
            d = true;
        }
        var f = typeCast(FinancialPriceSeriesView.$, b);
        f.cq();
        f.co = false;
        if (f.cn) {
            f.cl.g$h();
        }
        if (this.trendLineType != 0) {
            f.cl.g$k(a.s);
        }
        if (b.aa.count > 0) {
            for (var g = 0; g < b.aa.count; g++) {
                var h = b.aa._inner[g];
                h.g$k(a.f._inner[g]);
            }
        }
        if (d) {
            this.ab4(a, b, c);
        }
        else {
            f.cm.count = 0;
            this.ab3(a, b);
        }
    };
    FinancialPriceSeries.prototype.ix = function () {
        var a = this.getEffectiveViewport1(this.cw);
        return this.abc(this.xs, a);
    };
    FinancialPriceSeries.prototype.ab4 = function (a, b, c) {
        var d = this.aa8;
        var e = this.getEffectiveViewport1(b);
        var f = this.abc(b, e);
        var g = (f - 1) / 2;
        var h = typeCast(ISortingAxis_$type, this.xb) !== null;
        var i = typeCast(FinancialPriceSeriesView.$, b);
        i.co = true;
        var j = a.h;
        var k = 0;
        var l = this.dp.count;
        var m = this.xb;
        var n = new ScalerParams(0, b.ca, b.b9, m.ch, e);
        var o = this.ve;
        var p = this.aa1;
        if (p == null) {
            p = o;
        }
        var q = this.vi;
        var r = this.acr;
        if (r == null) {
            r = q;
        }
        var _loop_1 = function (s) {
            var t = j._inner[s][0] - g;
            var u = j._inner[s][0];
            var v = j._inner[s][0] + g;
            var w = j._inner[s][1];
            var x = j._inner[s][2];
            var y = j._inner[s][3];
            var z = j._inner[s][4];
            if (isNaN_(w) || isNaN_(x) || isNaN_(y) || isNaN_(z)) {
                return "continue";
            }
            var aa = i.cm.item(k);
            k++;
            var ab = w < z;
            var ac = new PathGeometry();
            if (c) {
                switch (d) {
                    case 0:
                        if (ab) {
                            var ad = w;
                            w = z;
                            z = ad;
                        }
                        var ae = new PathFigure();
                        ae._startPoint = { $type: Point_$type, x: u, y: y };
                        ae._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: u, y: w };
                            return $ret;
                        })()));
                        var af = new PathFigure();
                        af._startPoint = { $type: Point_$type, x: t, y: z };
                        af._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: v, y: z };
                            return $ret;
                        })()));
                        af._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: v, y: w };
                            return $ret;
                        })()));
                        af._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: t, y: w };
                            return $ret;
                        })()));
                        af._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: t, y: z };
                            return $ret;
                        })()));
                        var ag = new PathFigure();
                        ag._startPoint = { $type: Point_$type, x: u, y: z };
                        ag._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: u, y: x };
                            return $ret;
                        })()));
                        ac.c.add(ae);
                        ac.c.add(af);
                        ac.c.add(ag);
                        break;
                    case 1:
                        var ah = new PathFigure();
                        ah._startPoint = { $type: Point_$type, x: t, y: w };
                        ah._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: u, y: w };
                            return $ret;
                        })()));
                        var ai = new PathFigure();
                        ai._startPoint = { $type: Point_$type, x: u, y: y };
                        ai._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: u, y: x };
                            return $ret;
                        })()));
                        var aj = new PathFigure();
                        aj._startPoint = { $type: Point_$type, x: u, y: z };
                        aj._segments.add(((function () {
                            var $ret = new LineSegment(1);
                            $ret.c = { $type: Point_$type, x: v, y: z };
                            return $ret;
                        })()));
                        ac.c.add(ah);
                        ac.c.add(ai);
                        ac.c.add(aj);
                        break;
                }
            }
            if (ab) {
                this_1.xk.ak = p;
                this_1.xk.ag = p;
                this_1.xk.ah = r;
                this_1.xk.al = r;
                this_1.xk.f = true;
            }
            else {
                this_1.xk.ak = o;
                this_1.xk.ag = o;
                this_1.xk.ah = q;
                this_1.xk.al = q;
                this_1.xk.f = false;
            }
            var ak = this_1.xk.aw(l, s)[0];
            if (h && a.o != null && s >= 0 && s < a.o.count) {
                ak = truncate(Math.round(a.o._inner[s]));
            }
            this_1.aag(j, s, l, m, n, b.t, ak);
            if (d == 1) {
                this_1.xk.ad(aa, true, false, false, false);
            }
            else {
                this_1.xk.ad(aa, false, false, false, false);
            }
            if (c) {
                aa.an = ac;
            }
        };
        var this_1 = this;
        for (var s = 0; s < j.count; ++s) {
            _loop_1(s);
        }
        i.cm.count = k;
        i.cs();
    };
    FinancialPriceSeries.prototype.abc = function (a, b) {
        var c = this.xb.k8(a.ca, a.b9, b);
        c = Math.max(c, this.ie * 0.9);
        c = Math.max(c, 3);
        return c;
    };
    FinancialPriceSeries.prototype.ab3 = function (a, b) {
        var c = this.aa8;
        var d = this.getEffectiveViewport1(b);
        var e = this.abc(b, d);
        var f = (e - 1) / 2;
        var g = typeCast(FinancialPriceSeriesView.$, b);
        var h = g.c0();
        var i = g.cz();
        var j = a.h;
        var _loop_2 = function (k) {
            var l = j._inner[k][0] - f;
            var m = j._inner[k][0];
            var n = j._inner[k][0] + f;
            var o = j._inner[k][1];
            var p = j._inner[k][2];
            var q = j._inner[k][3];
            var r = j._inner[k][4];
            if (isNaN_(o) || isNaN_(p) || isNaN_(q) || isNaN_(r)) {
                return "continue";
            }
            var s = o < r;
            var t = s ? i : h;
            switch (c) {
                case 0:
                    if (s) {
                        var u = o;
                        o = r;
                        r = u;
                    }
                    t.d.add(((function () {
                        var $ret = new LineGeometry();
                        $ret.d = { $type: Point_$type, x: m, y: q };
                        $ret.c = { $type: Point_$type, x: m, y: o };
                        return $ret;
                    })()));
                    t.d.add(((function () {
                        var $ret = new RectangleGeometry();
                        $ret.e = new Rect(0, l, r, n - l, o - r);
                        return $ret;
                    })()));
                    t.d.add(((function () {
                        var $ret = new LineGeometry();
                        $ret.d = { $type: Point_$type, x: m, y: r };
                        $ret.c = { $type: Point_$type, x: m, y: p };
                        return $ret;
                    })()));
                    break;
                case 1:
                    t.d.add(((function () {
                        var $ret = new LineGeometry();
                        $ret.d = { $type: Point_$type, x: l, y: o };
                        $ret.c = { $type: Point_$type, x: m, y: o };
                        return $ret;
                    })()));
                    t.d.add(((function () {
                        var $ret = new LineGeometry();
                        $ret.d = { $type: Point_$type, x: m, y: q };
                        $ret.c = { $type: Point_$type, x: m, y: p };
                        return $ret;
                    })()));
                    t.d.add(((function () {
                        var $ret = new LineGeometry();
                        $ret.d = { $type: Point_$type, x: m, y: r };
                        $ret.c = { $type: Point_$type, x: n, y: r };
                        return $ret;
                    })()));
                    break;
            }
        };
        for (var k = 0; k < j.count; ++k) {
            _loop_2(k);
        }
    };
    FinancialPriceSeries.prototype.ky = function (a, b) {
        if (this.aa7.cn && a == this.aa7.cl.g$n) {
            return null;
        }
        return _super.prototype.ky.call(this, a, b);
    };
    FinancialPriceSeries.prototype.sl = function () {
        _super.prototype.sl.call(this);
        if (this.index < 0) {
            return;
        }
        this.aa7.cy();
    };
    FinancialPriceSeries.prototype.p1 = function (a) {
        _super.prototype.p1.call(this, a);
        if (this.aa7.cn) {
            this.bc.exportTrendlineData(this, a, this.aa7.cl.g$n);
        }
    };
    FinancialPriceSeries.prototype.v2 = function () {
        return this.acr;
    };
    FinancialPriceSeries.prototype.r7 = function (a, b) {
        _super.prototype.r7.call(this, a, b);
        this.acr = b;
    };
    FinancialPriceSeries.prototype.bf = function (a) {
        if (this.aa8 == 0) {
            return 3;
        }
        else if (this.aa8 == 1) {
            if (this.be == 1) {
                return 3;
            }
            return 2;
        }
        return a;
    };
    FinancialPriceSeries.prototype.getDataLegendSeriesContextAt = function (a, b) {
        var c = { $type: Point_$type, x: a, y: b };
        var d = this.i4(c, false, false);
        var e = this.i2(c, false, false);
        var f = new DataLegendSeriesValueInfo();
        f.a = 4;
        f.l = this.y3(c, false, false);
        f.q = "Close";
        f.r = this.zf != null ? this.zf : "Close";
        f.s = this.abg != null ? this.abg : "C:";
        f.t = this.abi != null ? this.abi : "";
        var g = new DataLegendSeriesValueInfo();
        g.l = this.y4(c, false, false);
        g.a = 3;
        g.q = "Open";
        g.r = this.z1 != null ? this.z1 : "Open";
        g.s = this.abu != null ? this.abu : "O:";
        g.t = this.abw != null ? this.abw : "";
        g.k = true;
        var h = new DataLegendSeriesValueInfo();
        h.l = (f.l - g.l) / g.l * 100;
        h.l = round10N(h.l, 1);
        h.a = 9;
        h.q = "Change";
        h.r = "Change";
        h.s = "";
        h.v = "";
        h.x = "+";
        h.w = "%";
        h.y = "%";
        h.t = null;
        h.c = false;
        h.k = true;
        h.e = false;
        h.f = true;
        h.h = false;
        h.g = false;
        h.d = false;
        h.n = 1;
        h.m = 1;
        g.z = h.l >= 0 ? this.ve : this.aa1;
        f.z = h.l >= 0 ? this.ve : this.aa1;
        h.z = h.l >= 0 ? this.ve : this.aa1;
        var i = new DataLegendSeriesValueInfo();
        i.l = e > d ? d : e;
        i.a = 1;
        i.q = "Low";
        i.r = this.zx != null ? this.zx : "Low";
        i.s = this.abp != null ? this.abp : "L:";
        i.t = this.abr != null ? this.abr : "";
        i.k = true;
        var j = new DataLegendSeriesValueInfo();
        j.l = e > d ? e : d;
        j.a = 2;
        j.q = "High";
        j.r = this.zs != null ? this.zs : "High";
        j.s = this.abl != null ? this.abl : "H:";
        j.t = this.abn != null ? this.abn : "";
        j.k = true;
        var k = new DataLegendSeriesValueInfo();
        k.l = (j.l + i.l + f.l) / 3;
        k.l = round10N(k.l, 2);
        k.a = 5;
        k.q = "TypicalPrice";
        k.r = "TypicalPrice";
        k.s = "TP:";
        k.t = "";
        k.k = true;
        var l = new DataLegendSeriesValueInfo();
        l.l = this.y5(c, false, false);
        l.a = 8;
        l.q = "Volume";
        l.r = this.z5 != null ? this.z5 : "Volume";
        l.s = "VOL:";
        l.t = "";
        l.k = true;
        l.n = 0;
        l.m = 0;
        l.e = false;
        l.f = false;
        l.h = false;
        var m = new List$1(DataLegendSeriesValueInfo.$, 0);
        m.add(g);
        m.add(j);
        m.add(i);
        m.add(f);
        m.add(k);
        m.add(h);
        m.add(l);
        var n = new DataLegendSeriesContext();
        n.h = this.me();
        n.e = m;
        return n;
    };
    FinancialPriceSeries.prototype.ab5 = function () {
        if (this.aa9) {
            this.aba = 0;
            for (var a = 0; a < this.x5.count; a++) {
                var b = 0;
                b += this.x5.item(a);
                b += this.x6.item(a);
                b += this.x4.item(a);
                this.aba += b / 3;
            }
            this.abb = this.aba / this.x5.count;
            this.aa9 = false;
        }
    };
    FinancialPriceSeries.prototype.aq = function (a) {
        var b = NaN;
        switch (a) {
            case 2:
                b = this.x5.maximum;
                break;
            case 1:
                b = this.x6.minimum;
                break;
            case 3:
                if (this.aa9) {
                    this.ab5();
                }
                b = this.abb;
                break;
        }
        var c = this.xu;
        if (c.cp) {
            return [NaN, b];
        }
        else {
            return [b, NaN];
        }
    };
    FinancialPriceSeries.prototype.wk = function (a) {
        var b = NaN;
        switch (a) {
            case 2:
                b = this.x5.maximum;
                break;
            case 1:
                b = this.x6.minimum;
                break;
            case 3:
                if (this.aa9) {
                    this.ab5();
                }
                b = this.abb;
                break;
        }
        if (isNaN_(b)) {
            return { $type: Point_$type, x: NaN, y: NaN };
        }
        var c = this.xu;
        var d = this.getEffectiveViewport1(this.cw);
        var e = new ScalerParams(0, this.cw.ca, this.cw.b9, c.ch, d);
        if (c.cp) {
            e.b = this.iz();
        }
        e.c = d;
        if (c.cp) {
            return { $type: Point_$type, x: NaN, y: c.el(b, e) };
        }
        else {
            return { $type: Point_$type, x: c.el(b, e), y: NaN };
        }
    };
    FinancialPriceSeries.prototype.wl = function (a) {
        var b = this.xu;
        var c = this.getEffectiveViewport1(this.cw);
        var d = new ScalerParams(0, this.cw.ca, this.cw.b9, b.ch, c);
        if (b.cp) {
            d.b = this.iz();
        }
        d.c = c;
        if (b.cp) {
            return { $type: Point_$type, x: NaN, y: b.el(a[1], d) };
        }
        else {
            return { $type: Point_$type, x: b.el(a[0], d), y: NaN };
        }
    };
    FinancialPriceSeries.prototype.ak = function (a, b) {
        var c = new List$1(ChartSelection.$, 0);
        this.p6(a, c, b);
        return c.toArray();
    };
    FinancialPriceSeries.prototype.p6 = function (a, b, c) {
        var d = this.dc.w8(this.dc.wy(a));
        var e = this.xu;
        var f = this.xb;
        var g = this.dc.w1(this.wx, this.getEffectiveViewport(), d);
        var h, i;
        var j = this.ab0(d, f, true, g, h, i);
        h = j.p4;
        i = j.p5;
        if (this.aa6 == 0) {
            this.ab2(b, h, i, c);
        }
        else {
            var k = void 0, l = void 0;
            var m = this.abz(d, e, true, g, k, l);
            k = m.p4;
            l = m.p5;
            this.ab1(1, b, h, i, k, l, c);
        }
    };
    FinancialPriceSeries.prototype.ab0 = function (a, b, c, d, e, f) {
        var g = new ScalerParams(0, a, this.dc.xb, this.xb.ch, this.getEffectiveViewport());
        var h = (this.xb.eo(d.left, g));
        var i = (this.xb.eo(d.right, g));
        if (this.xb.ch) {
            var j = h;
            h = i;
            i = j;
        }
        if (this.xb.cn) {
            var k = this.xb;
            h = k.i$f(h);
            i = k.i$f(i);
        }
        else {
            h = Math.floor(h);
            i = Math.ceil(i);
        }
        e = truncate(Math.max(0, Math.min(this.x6.count - 1, h)));
        f = truncate(Math.max(0, Math.min(this.x6.count - 1, i)));
        return {
            p4: e,
            p5: f
        };
    };
    FinancialPriceSeries.prototype.abz = function (a, b, c, d, e, f) {
        var g = new ScalerParams(0, a, this.dc.xb, b.ch, this.getEffectiveViewport());
        var h = c ? (b.ch ? d.top : d.bottom) : (b.ch ? d.left : d.right);
        var i = c ? (b.ch ? d.bottom : d.top) : (b.ch ? d.right : d.left);
        e = b.eo(h, g);
        f = b.eo(i, g);
        return {
            p4: e,
            p5: f
        };
    };
    FinancialPriceSeries.prototype.aby = function (a, b, c) {
        var _this = this;
        if (c == 2 || c == 1) {
            a.add(((function () {
                var $ret = new ChartSelection();
                $ret.item = _this.dp.item(b);
                return $ret;
            })()));
        }
        else {
            a.add(((function () {
                var $ret = new ChartSelection();
                $ret.item = _this.dp.item(b);
                $ret.series = _this;
                return $ret;
            })()));
        }
    };
    FinancialPriceSeries.prototype.ab2 = function (a, b, c, d) {
        var _this = this;
        if (b == -1 || c == -1) {
            return;
        }
        if (d == 7 || d == 6) {
            a.add(((function () {
                var $ret = new ChartSelection();
                $ret.series = _this;
                return $ret;
            })()));
            return;
        }
        for (var e = b; e <= c; e++) {
            this.aby(a, e, d);
        }
    };
    FinancialPriceSeries.prototype.ab1 = function (a, b, c, d, e, f, g) {
        var _this = this;
        if (c == -1 || d == -1) {
            return;
        }
        for (var h = c; h <= d; h++) {
            var i = Math.min(this.x7.item(h), this.x6.item(h));
            var j = Math.max(this.x4.item(h), this.x5.item(h));
            var k = Math.min(i, j);
            var l = Math.max(i, j);
            if (k < f && e < l) {
                if (g == 7 || g == 6) {
                    b.add(((function () {
                        var $ret = new ChartSelection();
                        $ret.series = _this;
                        return $ret;
                    })()));
                    return;
                }
                this.aby(b, h, g);
            }
        }
    };
    FinancialPriceSeries.prototype.bd = function () {
        return CategoryTrendLineManagerFactory.a(null, this.xb, null, null, this.ds);
    };
    FinancialPriceSeries.$t = markType(FinancialPriceSeries, 'FinancialPriceSeries', FinancialSeries.$, [ITrendLineSeries_$type]);
    FinancialPriceSeries.ab7 = DependencyProperty.i("ActualTrendLineBrush", Brush.$, FinancialPriceSeries.$, new PropertyMetadata(2, null, function (a, b) { return a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue); }));
    FinancialPriceSeries.$$p = markDep(DependencyProperty, PropertyMetadata, FinancialPriceSeries, 'raisePropertyChanged', ['CategoryCollisionMode:aa6:ab8', [CategoryCollisionMode_$type, enumGetBox(CategoryCollisionMode_$type, 0)], 'CloseMemberAsLegendLabel:abg:ab9', [2, null], 'CloseMemberAsLegendUnit:abi:aca', [2, null], 'DisplayType:aa8:acb', [PriceDisplayType_$type, enumGetBox(PriceDisplayType_$type, 0)], 'HighMemberAsLegendLabel:abl:acc', [2, null], 'HighMemberAsLegendUnit:abn:acd', [2, null], 'LowMemberAsLegendLabel:abp:ace', [2, null], 'LowMemberAsLegendUnit:abr:acf', [2, null], 'NegativeOutline:acr:acg', [Brush.$, null], 'OpenMemberAsLegendLabel:abu:ach', [2, null], 'OpenMemberAsLegendUnit:abw:aci', [2, null], 'TrendLineType::aco', [TrendLineType_$type, enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::acn', [1, 1.5], 'TrendLinePeriod::acm', [1, 7], 'TrendLineBrush::acj', [Brush.$, null], 'TrendLineZIndex:abe:acp', [1, 1001], 'TrendLineDashArray:acs:ack', [DoubleCollection.$], 'TrendLineDashCap:act:acl', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)]]);
    return FinancialPriceSeries;
}(FinancialSeries));
export { FinancialPriceSeries };
/**
 * @hidden
 */
var FinancialPriceSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
    __extends(FinancialPriceSeriesView, _super);
    function FinancialPriceSeriesView(a) {
        var _this = _super.call(this, a) || this;
        _this.cj = null;
        _this.cm = null;
        _this.cp = null;
        _this.c3 = ((function () {
            var $ret = new Path();
            $ret.an = new GeometryGroup();
            return $ret;
        })());
        _this.c2 = ((function () {
            var $ret = new Path();
            $ret.an = new GeometryGroup();
            return $ret;
        })());
        _this.ck = null;
        _this.c1 = new Path();
        _this.co = false;
        _this.cj = a;
        _this.cp = new List$1(Path.$, 0);
        _this.cm = ((function () {
            var $ret = new Pool$1(Path.$);
            $ret.create = runOn(_this, _this.c4);
            $ret.activate = runOn(_this, _this.cu);
            $ret.disactivate = runOn(_this, _this.cw);
            $ret.destroy = runOn(_this, _this.cv);
            return $ret;
        })());
        return _this;
    }
    FinancialPriceSeriesView.prototype.c4 = function () {
        var a = new Path();
        this.cp.add(a);
        a._visibility = 1;
        return a;
    };
    FinancialPriceSeriesView.prototype.cu = function (a) {
        a._visibility = 0;
    };
    FinancialPriceSeriesView.prototype.cw = function (a) {
        a._visibility = 1;
    };
    FinancialPriceSeriesView.prototype.cv = function (a) {
        this.cp.remove(a);
    };
    FinancialPriceSeriesView.prototype.ce = function () {
        return new FinancialPriceBucketCalculator(this);
    };
    FinancialPriceSeriesView.prototype.a4 = function () {
        _super.prototype.a4.call(this);
        if (!this.t) {
            this.cj.aa8 = Defaults.g;
            this.cj.aa1 = Defaults.financialSeries_NegativeBrush;
            this.cj.acr = Defaults.financialSeries_NegativeOutline;
            this.cj.jq = Defaults.financialSeries_Thickness;
            this.cj.v0 = this.cj.vi;
        }
    };
    Object.defineProperty(FinancialPriceSeriesView.prototype, "cl", {
        get: function () {
            if (this.ck == null) {
                this.ck = CategoryTrendLineManagerFactory.a(this.ck, this.f.a0(), this.f.sz, this.f, this.f.ds);
            }
            return this.ck;
        },
        set: function (a) {
            this.ck = a;
        },
        enumerable: false,
        configurable: true
    });
    Object.defineProperty(FinancialPriceSeriesView.prototype, "cn", {
        get: function () {
            return this.ck != null;
        },
        enumerable: false,
        configurable: true
    });
    FinancialPriceSeriesView.prototype.cx = function () {
        if (this.cj.aa8 == 1) {
            this.c3._stroke = this.f.ve;
        }
        else {
            this.c3._stroke = this.f.vi;
        }
        if (this.cj.aa8 == 1) {
            this.c2._stroke = this.cf.aa1;
        }
        else {
            this.c2._stroke = this.cj.acr;
        }
    };
    FinancialPriceSeriesView.prototype.cr = function () {
        this.a2();
        this.cm.count = 0;
        this.cq();
    };
    FinancialPriceSeriesView.prototype.cq = function () {
        var a = typeCast(GeometryGroup.$, this.c3.an);
        var b = typeCast(GeometryGroup.$, this.c2.an);
        Extensions.d(a);
        Extensions.d(b);
    };
    FinancialPriceSeriesView.prototype.c0 = function () {
        this.a2();
        return typeCast(GeometryGroup.$, this.c3.an);
    };
    FinancialPriceSeriesView.prototype.cz = function () {
        this.a2();
        return typeCast(GeometryGroup.$, this.c2.an);
    };
    FinancialPriceSeriesView.prototype.cy = function () {
        this.cj.acq = null;
        if (this.cj.trendLineBrush != null) {
            this.cj.acq = this.cj.trendLineBrush;
        }
        else {
            this.cj.acq = this.cj.ve;
        }
    };
    FinancialPriceSeriesView.prototype.bp = function () {
        _super.prototype.bp.call(this);
        this.c3.ad = this.f.ig;
        this.c3.ai = this.f.v7;
        this.c3.aj = this.f.v8;
        if (this.cj.aa8 == 1) {
            this.c3._stroke = this.f.ve;
        }
        else {
            this.c3._stroke = this.f.vi;
            this.c3._fill = this.f.ve;
        }
        this.c2.ad = this.f.ig;
        this.c2.ai = this.f.v7;
        this.c2.aj = this.f.v8;
        if (this.cj.aa8 == 1) {
            this.c2._stroke = this.cf.aa1;
        }
        else {
            this.c2._stroke = this.cj.acr;
            this.c2._fill = this.cf.aa1;
        }
    };
    FinancialPriceSeriesView.prototype.bq = function () {
        _super.prototype.bq.call(this);
        var a = this.b3();
        this.c3.ad = this.f.ig + 3;
        if (this.cj.aa8 == 1) {
            this.c3._stroke = a;
        }
        else {
            this.c3._stroke = a;
            this.c3._fill = a;
        }
        this.c2.ad = this.f.ig + 3;
        if (this.cj.aa8 == 1) {
            this.c2._stroke = a;
        }
        else {
            this.c2._stroke = a;
            this.c2._fill = a;
        }
    };
    FinancialPriceSeriesView.prototype.ak = function (a) {
        return this.cp._inner[a];
    };
    FinancialPriceSeriesView.prototype.aj = function (a) {
        var b = this.cp._inner[a];
        this.c1._visibility = b._visibility;
        this.c1.an = b.an;
        var c = this.b4(a);
        this.c1._fill = c;
        this.c1._stroke = c;
        this.c1.ad = this.f.ig + 3;
        return this.c1;
    };
    FinancialPriceSeriesView.prototype.bj = function (a, b) {
        _super.prototype.bj.call(this, a, b);
        if (a.d) {
            if (this.co) {
                for (var c = 0; c < this.cp.count; c++) {
                    var d = this.ai(c, b);
                    if (d._visibility == 0) {
                        a.t(d);
                    }
                }
            }
            else {
                a.t(this.c3);
                a.t(this.c2);
            }
        }
    };
    FinancialPriceSeriesView.prototype.bi = function (a, b) {
        if (a.d) {
            if (this.cj.trendLineType != 0 && !b) {
                var c = this.cl.g$n;
                c.ad = this.cj.trendLineThickness;
                c._stroke = this.cj.acq;
                c.ai = this.cj.acs;
                c.aj = this.cj.act;
                a.v(c);
            }
        }
        _super.prototype.bi.call(this, a, b);
    };
    FinancialPriceSeriesView.prototype.ax = function (a) {
        _super.prototype.ax.call(this, a);
        if (this.cj.yj()) {
            for (var b = 0; b < this.cp.count; b++) {
                var c = this.cp._inner[b];
                if (c._fill == this.cj.aa1) {
                    this.f.bc.exportPathData(a, c, "negativePathShape" + b, ["Negative"]);
                }
                else {
                    this.f.bc.exportPathData(a, c, "positivePathShape" + b, ["Positive", "Main"]);
                }
            }
        }
        else {
            this.f.bc.exportPathData(a, this.c3, "positivePathShape", ["Positive", "Main"]);
            this.f.bc.exportPathData(a, this.c2, "negativePathShape", ["Negative"]);
        }
    };
    FinancialPriceSeriesView.prototype.cs = function () {
        this.a2();
    };
    FinancialPriceSeriesView.prototype.ct = function () {
        if (this.cn) {
            this.ck = CategoryTrendLineManagerFactory.a(this.ck, this.f.a0(), this.f.sz, this.f, this.f.ds);
        }
    };
    FinancialPriceSeriesView.$t = markType(FinancialPriceSeriesView, 'FinancialPriceSeriesView', FinancialSeriesView.$);
    return FinancialPriceSeriesView;
}(FinancialSeriesView));
export { FinancialPriceSeriesView };