igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
42 lines (41 loc) • 2.47 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-react-core";
import { DependencyProperty } from "igniteui-react-core";
import { markType, markDep } from "igniteui-react-core";
import { PropertyMetadata } from "igniteui-react-core";
/**
* @hidden
*/
export let DataAnnotationRangeLayer = /*@__PURE__*/ (() => {
class DataAnnotationRangeLayer extends DataAnnotationShapeLayer {
rc(a, b, c, d) {
super.rc(a, b, c, d);
switch (b) {
case DataAnnotationRangeLayer.$$p[6]:
case DataAnnotationRangeLayer.$$p[8]:
case DataAnnotationRangeLayer.$$p[7]:
this.abe();
break;
case DataAnnotationRangeLayer.$$p[3]:
case DataAnnotationRangeLayer.$$p[5]:
case DataAnnotationRangeLayer.$$p[4]:
this.abe();
break;
case DataAnnotationRangeLayer.$$p[0]:
case DataAnnotationRangeLayer.$$p[2]:
case DataAnnotationRangeLayer.$$p[1]:
this.abe();
break;
}
}
}
DataAnnotationRangeLayer.$t = /*@__PURE__*/ markType(DataAnnotationRangeLayer, 'DataAnnotationRangeLayer', DataAnnotationShapeLayer.$);
DataAnnotationRangeLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataAnnotationRangeLayer, 'raisePropertyChanged', ['CenterLabelBackground:af1:afs', [Brush.$, null], 'CenterLabelBorderColor:af2:aft', [Brush.$, null], 'CenterLabelTextColor:af3:afu', [Brush.$, null], 'EndLabelBackground:af4:afv', [Brush.$, null], 'EndLabelBorderColor:af5:afw', [Brush.$, null], 'EndLabelTextColor:af6:afx', [Brush.$, null], 'StartLabelBackground:af7:afy', [Brush.$, null], 'StartLabelBorderColor:af8:afz', [Brush.$, null], 'StartLabelTextColor:af9:af0', [Brush.$, null]]);
return DataAnnotationRangeLayer;
})();