UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

46 lines (45 loc) 2.65 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 } from "tslib"; 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 */ var DataAnnotationRangeLayer = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationRangeLayer, _super); function DataAnnotationRangeLayer() { return _super !== null && _super.apply(this, arguments) || this; } DataAnnotationRangeLayer.prototype.rq = function (a, b, c, d) { _super.prototype.rq.call(this, 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; }(DataAnnotationShapeLayer)); export { DataAnnotationRangeLayer };