igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
42 lines (41 loc) • 2.5 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 { 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 let DataAnnotationRangeLayer = /*@__PURE__*/ (() => {
class DataAnnotationRangeLayer extends DataAnnotationShapeLayer {
rp(a, b, c, d) {
super.rp(a, b, c, d);
switch (b) {
case DataAnnotationRangeLayer.$$p[6]:
case DataAnnotationRangeLayer.$$p[8]:
case DataAnnotationRangeLayer.$$p[7]:
this.aca();
break;
case DataAnnotationRangeLayer.$$p[3]:
case DataAnnotationRangeLayer.$$p[5]:
case DataAnnotationRangeLayer.$$p[4]:
this.aca();
break;
case DataAnnotationRangeLayer.$$p[0]:
case DataAnnotationRangeLayer.$$p[2]:
case DataAnnotationRangeLayer.$$p[1]:
this.aca();
break;
}
}
}
DataAnnotationRangeLayer.$t = markType(DataAnnotationRangeLayer, 'DataAnnotationRangeLayer', DataAnnotationShapeLayer.$);
DataAnnotationRangeLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataAnnotationRangeLayer, 'raisePropertyChanged', ['CenterLabelBackground:ahe:ag5', [Brush.$, null], 'CenterLabelBorderColor:ahf:ag6', [Brush.$, null], 'CenterLabelTextColor:ahg:ag7', [Brush.$, null], 'EndLabelBackground:ahh:ag8', [Brush.$, null], 'EndLabelBorderColor:ahi:ag9', [Brush.$, null], 'EndLabelTextColor:ahj:aha', [Brush.$, null], 'StartLabelBackground:ahk:ahb', [Brush.$, null], 'StartLabelBorderColor:ahl:ahc', [Brush.$, null], 'StartLabelTextColor:ahm:ahd', [Brush.$, null]]);
return DataAnnotationRangeLayer;
})();