UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

566 lines (565 loc) 17.6 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 { XYChartDescription } from "./XYChartDescription"; import { markType } from "./type"; /** * @hidden */ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CategoryChartDescription, _super); function CategoryChartDescription() { var _this = _super.call(this) || this; _this.zp = null; _this.zu = null; _this.zn = null; _this.zl = null; _this.ze = 0; _this.zf = 0; _this.zq = null; _this.zt = null; _this.zm = null; _this.zo = null; _this.xw = false; _this.xx = false; _this.zr = null; _this.zs = null; _this.yj = 0; _this.ym = 0; _this.yi = 0; _this.yl = 0; _this.yk = 0; _this.yn = 0; _this.yt = 0; _this.zk = null; _this.xy = false; _this.xz = false; _this.yg = 0; _this.yh = 0; _this.x3 = false; _this.x0 = false; _this.x2 = false; _this.zv = null; _this.x4 = false; _this.zg = 0; _this.yv = 0; _this.yu = 0; _this.yw = 0; _this.xq = null; _this.xr = null; _this.x1 = false; _this.yo = 0; _this.yp = 0; _this.yq = 0; _this.yr = 0; _this.ys = 0; _this.xu = false; _this.xv = false; return _this; } Object.defineProperty(CategoryChartDescription.prototype, "tooltipTemplateRef", { get: function () { return this.zp; }, set: function (a) { this.zp = a; this.j("TooltipTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "width", { get: function () { return this.zu; }, set: function (a) { this.zu = a; this.j("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "height", { get: function () { return this.zn; }, set: function (a) { this.zn = a; this.j("Height"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "background", { get: function () { return this.zl; }, set: function (a) { this.zl = a; this.j("Background"); }, enumerable: false, configurable: true }); CategoryChartDescription.prototype.get_type = function () { return "CategoryChart"; }; Object.defineProperty(CategoryChartDescription.prototype, "transitionInDuration", { get: function () { return this.ze; }, set: function (a) { this.ze = a; this.j("TransitionInDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionOutDuration", { get: function () { return this.zf; }, set: function (a) { this.zf = a; this.j("TransitionOutDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInEasingFunctionRef", { get: function () { return this.zq; }, set: function (a) { this.zq = a; this.j("TransitionInEasingFunctionRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionOutEasingFunctionRef", { get: function () { return this.zt; }, set: function (a) { this.zt = a; this.j("TransitionOutEasingFunctionRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "chartType", { get: function () { return this.zm; }, set: function (a) { this.zm = a; this.j("ChartType"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "markerCollisionAvoidance", { get: function () { return this.zo; }, set: function (a) { this.zo = a; this.j("MarkerCollisionAvoidance"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isSplineShapePartOfRange", { get: function () { return this.xw; }, set: function (a) { this.xw = a; this.j("IsSplineShapePartOfRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isTransitionInEnabled", { get: function () { return this.xx; }, set: function (a) { this.xx = a; this.j("IsTransitionInEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInMode", { get: function () { return this.zr; }, set: function (a) { this.zr = a; this.j("TransitionInMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInSpeedType", { get: function () { return this.zs; }, set: function (a) { this.zs = a; this.j("TransitionInSpeedType"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisInterval", { get: function () { return this.yj; }, set: function (a) { this.yj = a; this.j("XAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinorInterval", { get: function () { return this.ym; }, set: function (a) { this.ym = a; this.j("XAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisGap", { get: function () { return this.yi; }, set: function (a) { this.yi = a; this.j("XAxisGap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinimumGapSize", { get: function () { return this.yl; }, set: function (a) { this.yl = a; this.j("XAxisMinimumGapSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMaximumGap", { get: function () { return this.yk; }, set: function (a) { this.yk = a; this.j("XAxisMaximumGap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisOverlap", { get: function () { return this.yn; }, set: function (a) { this.yn = a; this.j("XAxisOverlap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisInterval", { get: function () { return this.yt; }, set: function (a) { this.yt = a; this.j("YAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoMarginAndAngleUpdateMode", { get: function () { return this.zk; }, set: function (a) { this.zk = a; this.j("AutoMarginAndAngleUpdateMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "shouldAutoExpandMarginForInitialLabels", { get: function () { return this.xy; }, set: function (a) { this.xy = a; this.j("ShouldAutoExpandMarginForInitialLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "shouldConsiderAutoRotationForInitialLabels", { get: function () { return this.xz; }, set: function (a) { this.xz = a; this.j("ShouldConsiderAutoRotationForInitialLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginExtraPadding", { get: function () { return this.yg; }, set: function (a) { this.yg = a; this.j("AutoExpandMarginExtraPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginMaximumValue", { get: function () { return this.yh; }, set: function (a) { this.yh = a; this.j("AutoExpandMarginMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisFavorLabellingScaleEnd", { get: function () { return this.x3; }, set: function (a) { this.x3 = a; this.j("YAxisFavorLabellingScaleEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.x0; }, set: function (a) { this.x0 = a; this.j("XAxisEnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.x2; }, set: function (a) { this.x2 = a; this.j("YAxisEnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisAutoRangeBufferMode", { get: function () { return this.zv; }, set: function (a) { this.zv = a; this.j("YAxisAutoRangeBufferMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisIsLogarithmic", { get: function () { return this.x4; }, set: function (a) { this.x4 = a; this.j("YAxisIsLogarithmic"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisLogarithmBase", { get: function () { return this.zg; }, set: function (a) { this.zg = a; this.j("YAxisLogarithmBase"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinimumValue", { get: function () { return this.yv; }, set: function (a) { this.yv = a; this.j("YAxisMinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMaximumValue", { get: function () { return this.yu; }, set: function (a) { this.yu = a; this.j("YAxisMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinorInterval", { get: function () { return this.yw; }, set: function (a) { this.yw = a; this.j("YAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "negativeBrushes", { get: function () { return this.xq; }, set: function (a) { this.xq = a; this.j("NegativeBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "negativeOutlines", { get: function () { return this.xr; }, set: function (a) { this.xr = a; this.j("NegativeOutlines"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisAbbreviateLargeNumbers", { get: function () { return this.x1; }, set: function (a) { this.x1 = a; this.j("YAxisAbbreviateLargeNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumCategoryRange", { get: function () { return this.yo; }, set: function (a) { this.yo = a; this.j("XAxisZoomMaximumCategoryRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumItemSpan", { get: function () { return this.yp; }, set: function (a) { this.yp = a; this.j("XAxisZoomMaximumItemSpan"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryRange", { get: function () { return this.yq; }, set: function (a) { this.yq = a; this.j("XAxisZoomToCategoryRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryStart", { get: function () { return this.yr; }, set: function (a) { this.yr = a; this.j("XAxisZoomToCategoryStart"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToItemSpan", { get: function () { return this.ys; }, set: function (a) { this.ys = a; this.j("XAxisZoomToItemSpan"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isCategoryHighlightingEnabled", { get: function () { return this.xu; }, set: function (a) { this.xu = a; this.j("IsCategoryHighlightingEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isItemHighlightingEnabled", { get: function () { return this.xv; }, set: function (a) { this.xv = a; this.j("IsItemHighlightingEnabled"); }, enumerable: false, configurable: true }); CategoryChartDescription.$t = markType(CategoryChartDescription, 'CategoryChartDescription', XYChartDescription.$); return CategoryChartDescription; }(XYChartDescription)); export { CategoryChartDescription };