UNPKG

igniteui-angular-charts

Version:

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

93 lines (92 loc) 2.57 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 { HorizontalAnchoredCategorySeries } from "./HorizontalAnchoredCategorySeries"; import { markType } from "igniteui-angular-core"; import { List$1 } from "igniteui-angular-core"; import { ChartSelection } from "./ChartSelection"; import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView"; import { Defaults } from "./Defaults"; import { Color } from "igniteui-angular-core"; /** * @hidden */ export class PointSeries extends HorizontalAnchoredCategorySeries { static { this.$t = markType(PointSeries, 'PointSeries', HorizontalAnchoredCategorySeries.$); } bk() { return new PointSeries(); } get_ek() { return true; } ct() { return new PointSeriesView(this); } rj(a) { super.rj(a); this.aea = a; } constructor() { super(); this.ab = PointSeries.$; } jv() { return 0.7; } xp() { if (this.xo == 0) { return 2; } return super.xp(); } g4(a, b) { let c = this.wy(this.w4(a), true, false); if (this.x5(a, b)) { return true; } return false; } rs(a, b, c, d) { super.rs(a, b, c, d); } qk(a, b, c) { this.abr(a, b, c, this.z5, 0); } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.qk(a, c, b); return c.toArray(); } get useHighMarkerFidelity() { return this.aa2; } } /** * @hidden */ export class PointSeriesView extends AnchoredCategorySeriesView { static { this.$t = markType(PointSeriesView, 'PointSeriesView', AnchoredCategorySeriesView.$); } constructor(a) { super(a); this.dt = null; this.dt = a; } a4() { super.a4(); if (!this.t) { this.ch.xy = Defaults.e; } } an() { let a = new Color(); a.colorString = "rgba(95,95,95,0.5)"; this.f.wn = a; this.f.jx = 3; this.f.jy = 2; this.f.jz = 2; this.f.hk = false; } }