igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
46 lines (45 loc) • 2.65 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 { __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.rc = function (a, b, c, d) {
_super.prototype.rc.call(this, 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 = markType(DataAnnotationRangeLayer, 'DataAnnotationRangeLayer', DataAnnotationShapeLayer.$);
DataAnnotationRangeLayer.$$p = 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;
}(DataAnnotationShapeLayer));
export { DataAnnotationRangeLayer };