UNPKG

igniteui-react-core

Version:
566 lines (565 loc) 17 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.y4 = null; _this.y9 = null; _this.y2 = null; _this.y0 = null; _this.yt = 0; _this.yu = 0; _this.y5 = null; _this.y8 = null; _this.y1 = null; _this.y3 = null; _this.xb = false; _this.xc = false; _this.y6 = null; _this.y7 = null; _this.xy = 0; _this.x1 = 0; _this.xx = 0; _this.x0 = 0; _this.xz = 0; _this.x2 = 0; _this.x8 = 0; _this.yz = null; _this.xd = false; _this.xe = false; _this.xv = 0; _this.xw = 0; _this.xi = false; _this.xf = false; _this.xh = false; _this.za = null; _this.xj = false; _this.yv = 0; _this.ya = 0; _this.x9 = 0; _this.yb = 0; _this.w5 = null; _this.w6 = null; _this.xg = false; _this.x3 = 0; _this.x4 = 0; _this.x5 = 0; _this.x6 = 0; _this.x7 = 0; _this.w9 = false; _this.xa = false; return _this; } Object.defineProperty(CategoryChartDescription.prototype, "tooltipTemplateRef", { get: function () { return this.y4; }, set: function (a) { this.y4 = a; this.g("TooltipTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "width", { get: function () { return this.y9; }, set: function (a) { this.y9 = a; this.g("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "height", { get: function () { return this.y2; }, set: function (a) { this.y2 = a; this.g("Height"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "background", { get: function () { return this.y0; }, set: function (a) { this.y0 = a; this.g("Background"); }, enumerable: false, configurable: true }); CategoryChartDescription.prototype.get_type = function () { return "CategoryChart"; }; Object.defineProperty(CategoryChartDescription.prototype, "transitionInDuration", { get: function () { return this.yt; }, set: function (a) { this.yt = a; this.g("TransitionInDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionOutDuration", { get: function () { return this.yu; }, set: function (a) { this.yu = a; this.g("TransitionOutDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInEasingFunctionRef", { get: function () { return this.y5; }, set: function (a) { this.y5 = a; this.g("TransitionInEasingFunctionRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionOutEasingFunctionRef", { get: function () { return this.y8; }, set: function (a) { this.y8 = a; this.g("TransitionOutEasingFunctionRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "chartType", { get: function () { return this.y1; }, set: function (a) { this.y1 = a; this.g("ChartType"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "markerCollisionAvoidance", { get: function () { return this.y3; }, set: function (a) { this.y3 = a; this.g("MarkerCollisionAvoidance"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isSplineShapePartOfRange", { get: function () { return this.xb; }, set: function (a) { this.xb = a; this.g("IsSplineShapePartOfRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isTransitionInEnabled", { get: function () { return this.xc; }, set: function (a) { this.xc = a; this.g("IsTransitionInEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInMode", { get: function () { return this.y6; }, set: function (a) { this.y6 = a; this.g("TransitionInMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInSpeedType", { get: function () { return this.y7; }, set: function (a) { this.y7 = a; this.g("TransitionInSpeedType"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisInterval", { get: function () { return this.xy; }, set: function (a) { this.xy = a; this.g("XAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinorInterval", { get: function () { return this.x1; }, set: function (a) { this.x1 = a; this.g("XAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisGap", { get: function () { return this.xx; }, set: function (a) { this.xx = a; this.g("XAxisGap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinimumGapSize", { get: function () { return this.x0; }, set: function (a) { this.x0 = a; this.g("XAxisMinimumGapSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMaximumGap", { get: function () { return this.xz; }, set: function (a) { this.xz = a; this.g("XAxisMaximumGap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisOverlap", { get: function () { return this.x2; }, set: function (a) { this.x2 = a; this.g("XAxisOverlap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisInterval", { get: function () { return this.x8; }, set: function (a) { this.x8 = a; this.g("YAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoMarginAndAngleUpdateMode", { get: function () { return this.yz; }, set: function (a) { this.yz = a; this.g("AutoMarginAndAngleUpdateMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "shouldAutoExpandMarginForInitialLabels", { get: function () { return this.xd; }, set: function (a) { this.xd = a; this.g("ShouldAutoExpandMarginForInitialLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "shouldConsiderAutoRotationForInitialLabels", { get: function () { return this.xe; }, set: function (a) { this.xe = a; this.g("ShouldConsiderAutoRotationForInitialLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginExtraPadding", { get: function () { return this.xv; }, set: function (a) { this.xv = a; this.g("AutoExpandMarginExtraPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginMaximumValue", { get: function () { return this.xw; }, set: function (a) { this.xw = a; this.g("AutoExpandMarginMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisFavorLabellingScaleEnd", { get: function () { return this.xi; }, set: function (a) { this.xi = a; this.g("YAxisFavorLabellingScaleEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.xf; }, set: function (a) { this.xf = a; this.g("XAxisEnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.xh; }, set: function (a) { this.xh = a; this.g("YAxisEnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisAutoRangeBufferMode", { get: function () { return this.za; }, set: function (a) { this.za = a; this.g("YAxisAutoRangeBufferMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisIsLogarithmic", { get: function () { return this.xj; }, set: function (a) { this.xj = a; this.g("YAxisIsLogarithmic"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisLogarithmBase", { get: function () { return this.yv; }, set: function (a) { this.yv = a; this.g("YAxisLogarithmBase"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinimumValue", { get: function () { return this.ya; }, set: function (a) { this.ya = a; this.g("YAxisMinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMaximumValue", { get: function () { return this.x9; }, set: function (a) { this.x9 = a; this.g("YAxisMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinorInterval", { get: function () { return this.yb; }, set: function (a) { this.yb = a; this.g("YAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "negativeBrushes", { get: function () { return this.w5; }, set: function (a) { this.w5 = a; this.g("NegativeBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "negativeOutlines", { get: function () { return this.w6; }, set: function (a) { this.w6 = a; this.g("NegativeOutlines"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisAbbreviateLargeNumbers", { get: function () { return this.xg; }, set: function (a) { this.xg = a; this.g("YAxisAbbreviateLargeNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumCategoryRange", { get: function () { return this.x3; }, set: function (a) { this.x3 = a; this.g("XAxisZoomMaximumCategoryRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumItemSpan", { get: function () { return this.x4; }, set: function (a) { this.x4 = a; this.g("XAxisZoomMaximumItemSpan"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryRange", { get: function () { return this.x5; }, set: function (a) { this.x5 = a; this.g("XAxisZoomToCategoryRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryStart", { get: function () { return this.x6; }, set: function (a) { this.x6 = a; this.g("XAxisZoomToCategoryStart"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToItemSpan", { get: function () { return this.x7; }, set: function (a) { this.x7 = a; this.g("XAxisZoomToItemSpan"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isCategoryHighlightingEnabled", { get: function () { return this.w9; }, set: function (a) { this.w9 = a; this.g("IsCategoryHighlightingEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isItemHighlightingEnabled", { get: function () { return this.xa; }, set: function (a) { this.xa = a; this.g("IsItemHighlightingEnabled"); }, enumerable: false, configurable: true }); CategoryChartDescription.$t = markType(CategoryChartDescription, 'CategoryChartDescription', XYChartDescription.$); return CategoryChartDescription; }(XYChartDescription)); export { CategoryChartDescription };