UNPKG

igniteui-angular-charts

Version:

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

39 lines (38 loc) 2.25 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 { DataAnnotationShapeLayer } from "./DataAnnotationShapeLayer"; import { Brush } from "igniteui-angular-core"; import { DependencyProperty } from "igniteui-angular-core"; import { markType, markDep } from "igniteui-angular-core"; import { PropertyMetadata } from "igniteui-angular-core"; /** * @hidden */ export class DataAnnotationRangeLayer extends DataAnnotationShapeLayer { static { this.$t = markType(DataAnnotationRangeLayer, 'DataAnnotationRangeLayer', DataAnnotationShapeLayer.$); } rs(a, b, c, d) { super.rs(a, b, c, d); switch (b) { case DataAnnotationRangeLayer.$$p[6]: case DataAnnotationRangeLayer.$$p[8]: case DataAnnotationRangeLayer.$$p[7]: this.acc(); break; case DataAnnotationRangeLayer.$$p[3]: case DataAnnotationRangeLayer.$$p[5]: case DataAnnotationRangeLayer.$$p[4]: this.acc(); break; case DataAnnotationRangeLayer.$$p[0]: case DataAnnotationRangeLayer.$$p[2]: case DataAnnotationRangeLayer.$$p[1]: this.acc(); break; } } static { this.$$p = markDep(DependencyProperty, PropertyMetadata, DataAnnotationRangeLayer, 'raisePropertyChanged', ['CenterLabelBackground:ahg:ag7', [Brush.$, null], 'CenterLabelBorderColor:ahh:ag8', [Brush.$, null], 'CenterLabelTextColor:ahi:ag9', [Brush.$, null], 'EndLabelBackground:ahj:aha', [Brush.$, null], 'EndLabelBorderColor:ahk:ahb', [Brush.$, null], 'EndLabelTextColor:ahl:ahc', [Brush.$, null], 'StartLabelBackground:ahm:ahd', [Brush.$, null], 'StartLabelBorderColor:ahn:ahe', [Brush.$, null], 'StartLabelTextColor:aho:ahf', [Brush.$, null]]); } }