igniteui-react-core
Version:
Ignite UI React Core.
566 lines (565 loc) • 17 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 { 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.ys = null;
_this.yx = null;
_this.yq = null;
_this.yo = null;
_this.yh = 0;
_this.yi = 0;
_this.yt = null;
_this.yw = null;
_this.yp = null;
_this.yr = null;
_this.wz = false;
_this.w0 = false;
_this.yu = null;
_this.yv = null;
_this.xm = 0;
_this.xp = 0;
_this.xl = 0;
_this.xo = 0;
_this.xn = 0;
_this.xq = 0;
_this.xw = 0;
_this.yn = null;
_this.w1 = false;
_this.w2 = false;
_this.xj = 0;
_this.xk = 0;
_this.w6 = false;
_this.w3 = false;
_this.w5 = false;
_this.yy = null;
_this.w7 = false;
_this.yj = 0;
_this.xy = 0;
_this.xx = 0;
_this.xz = 0;
_this.wt = null;
_this.wu = null;
_this.w4 = false;
_this.xr = 0;
_this.xs = 0;
_this.xt = 0;
_this.xu = 0;
_this.xv = 0;
_this.wx = false;
_this.wy = false;
return _this;
}
Object.defineProperty(CategoryChartDescription.prototype, "tooltipTemplateRef", {
get: function () {
return this.ys;
},
set: function (a) {
this.ys = a;
this.g("TooltipTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "width", {
get: function () {
return this.yx;
},
set: function (a) {
this.yx = a;
this.g("Width");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "height", {
get: function () {
return this.yq;
},
set: function (a) {
this.yq = a;
this.g("Height");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "background", {
get: function () {
return this.yo;
},
set: function (a) {
this.yo = a;
this.g("Background");
},
enumerable: false,
configurable: true
});
CategoryChartDescription.prototype.get_type = function () {
return "CategoryChart";
};
Object.defineProperty(CategoryChartDescription.prototype, "transitionInDuration", {
get: function () {
return this.yh;
},
set: function (a) {
this.yh = a;
this.g("TransitionInDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionOutDuration", {
get: function () {
return this.yi;
},
set: function (a) {
this.yi = a;
this.g("TransitionOutDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionInEasingFunctionRef", {
get: function () {
return this.yt;
},
set: function (a) {
this.yt = a;
this.g("TransitionInEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionOutEasingFunctionRef", {
get: function () {
return this.yw;
},
set: function (a) {
this.yw = a;
this.g("TransitionOutEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "chartType", {
get: function () {
return this.yp;
},
set: function (a) {
this.yp = a;
this.g("ChartType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "markerCollisionAvoidance", {
get: function () {
return this.yr;
},
set: function (a) {
this.yr = a;
this.g("MarkerCollisionAvoidance");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "isSplineShapePartOfRange", {
get: function () {
return this.wz;
},
set: function (a) {
this.wz = a;
this.g("IsSplineShapePartOfRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "isTransitionInEnabled", {
get: function () {
return this.w0;
},
set: function (a) {
this.w0 = a;
this.g("IsTransitionInEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionInMode", {
get: function () {
return this.yu;
},
set: function (a) {
this.yu = a;
this.g("TransitionInMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionInSpeedType", {
get: function () {
return this.yv;
},
set: function (a) {
this.yv = a;
this.g("TransitionInSpeedType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisInterval", {
get: function () {
return this.xm;
},
set: function (a) {
this.xm = a;
this.g("XAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinorInterval", {
get: function () {
return this.xp;
},
set: function (a) {
this.xp = a;
this.g("XAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisGap", {
get: function () {
return this.xl;
},
set: function (a) {
this.xl = a;
this.g("XAxisGap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinimumGapSize", {
get: function () {
return this.xo;
},
set: function (a) {
this.xo = a;
this.g("XAxisMinimumGapSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMaximumGap", {
get: function () {
return this.xn;
},
set: function (a) {
this.xn = a;
this.g("XAxisMaximumGap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisOverlap", {
get: function () {
return this.xq;
},
set: function (a) {
this.xq = a;
this.g("XAxisOverlap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisInterval", {
get: function () {
return this.xw;
},
set: function (a) {
this.xw = a;
this.g("YAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "autoMarginAndAngleUpdateMode", {
get: function () {
return this.yn;
},
set: function (a) {
this.yn = a;
this.g("AutoMarginAndAngleUpdateMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "shouldAutoExpandMarginForInitialLabels", {
get: function () {
return this.w1;
},
set: function (a) {
this.w1 = a;
this.g("ShouldAutoExpandMarginForInitialLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "shouldConsiderAutoRotationForInitialLabels", {
get: function () {
return this.w2;
},
set: function (a) {
this.w2 = a;
this.g("ShouldConsiderAutoRotationForInitialLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginExtraPadding", {
get: function () {
return this.xj;
},
set: function (a) {
this.xj = a;
this.g("AutoExpandMarginExtraPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginMaximumValue", {
get: function () {
return this.xk;
},
set: function (a) {
this.xk = a;
this.g("AutoExpandMarginMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisFavorLabellingScaleEnd", {
get: function () {
return this.w6;
},
set: function (a) {
this.w6 = a;
this.g("YAxisFavorLabellingScaleEnd");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", {
get: function () {
return this.w3;
},
set: function (a) {
this.w3 = a;
this.g("XAxisEnhancedIntervalPreferMoreCategoryLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", {
get: function () {
return this.w5;
},
set: function (a) {
this.w5 = a;
this.g("YAxisEnhancedIntervalPreferMoreCategoryLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisAutoRangeBufferMode", {
get: function () {
return this.yy;
},
set: function (a) {
this.yy = a;
this.g("YAxisAutoRangeBufferMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisIsLogarithmic", {
get: function () {
return this.w7;
},
set: function (a) {
this.w7 = a;
this.g("YAxisIsLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisLogarithmBase", {
get: function () {
return this.yj;
},
set: function (a) {
this.yj = a;
this.g("YAxisLogarithmBase");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinimumValue", {
get: function () {
return this.xy;
},
set: function (a) {
this.xy = a;
this.g("YAxisMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMaximumValue", {
get: function () {
return this.xx;
},
set: function (a) {
this.xx = a;
this.g("YAxisMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinorInterval", {
get: function () {
return this.xz;
},
set: function (a) {
this.xz = a;
this.g("YAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "negativeBrushes", {
get: function () {
return this.wt;
},
set: function (a) {
this.wt = a;
this.g("NegativeBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "negativeOutlines", {
get: function () {
return this.wu;
},
set: function (a) {
this.wu = a;
this.g("NegativeOutlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisAbbreviateLargeNumbers", {
get: function () {
return this.w4;
},
set: function (a) {
this.w4 = a;
this.g("YAxisAbbreviateLargeNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumCategoryRange", {
get: function () {
return this.xr;
},
set: function (a) {
this.xr = a;
this.g("XAxisZoomMaximumCategoryRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumItemSpan", {
get: function () {
return this.xs;
},
set: function (a) {
this.xs = a;
this.g("XAxisZoomMaximumItemSpan");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryRange", {
get: function () {
return this.xt;
},
set: function (a) {
this.xt = a;
this.g("XAxisZoomToCategoryRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryStart", {
get: function () {
return this.xu;
},
set: function (a) {
this.xu = a;
this.g("XAxisZoomToCategoryStart");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToItemSpan", {
get: function () {
return this.xv;
},
set: function (a) {
this.xv = a;
this.g("XAxisZoomToItemSpan");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "isCategoryHighlightingEnabled", {
get: function () {
return this.wx;
},
set: function (a) {
this.wx = a;
this.g("IsCategoryHighlightingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "isItemHighlightingEnabled", {
get: function () {
return this.wy;
},
set: function (a) {
this.wy = a;
this.g("IsItemHighlightingEnabled");
},
enumerable: false,
configurable: true
});
CategoryChartDescription.$t = markType(CategoryChartDescription, 'CategoryChartDescription', XYChartDescription.$);
return CategoryChartDescription;
}(XYChartDescription));
export { CategoryChartDescription };