igniteui-react-core
Version:
Ignite UI React Core.
590 lines (589 loc) • 17.7 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.z7 = null;
_this.aac = null;
_this.z5 = null;
_this.z3 = null;
_this.zw = 0;
_this.zx = 0;
_this.z8 = null;
_this.aab = null;
_this.z4 = null;
_this.z6 = null;
_this.ya = false;
_this.yb = false;
_this.z9 = null;
_this.aaa = null;
_this.y1 = 0;
_this.y4 = 0;
_this.y0 = 0;
_this.y3 = 0;
_this.y2 = 0;
_this.y5 = 0;
_this.zb = 0;
_this.z2 = null;
_this.yc = false;
_this.yd = false;
_this.yy = 0;
_this.yz = 0;
_this.yi = false;
_this.ye = false;
_this.yh = false;
_this.yf = false;
_this.yj = false;
_this.aad = null;
_this.yk = false;
_this.zy = 0;
_this.zd = 0;
_this.zc = 0;
_this.ze = 0;
_this.x4 = null;
_this.x5 = null;
_this.yg = false;
_this.y6 = 0;
_this.y7 = 0;
_this.y8 = 0;
_this.y9 = 0;
_this.za = 0;
_this.x8 = false;
_this.x9 = false;
return _this;
}
Object.defineProperty(CategoryChartDescription.prototype, "tooltipTemplateRef", {
get: function () {
return this.z7;
},
set: function (a) {
this.z7 = a;
this.j("TooltipTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "width", {
get: function () {
return this.aac;
},
set: function (a) {
this.aac = a;
this.j("Width");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "height", {
get: function () {
return this.z5;
},
set: function (a) {
this.z5 = a;
this.j("Height");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "background", {
get: function () {
return this.z3;
},
set: function (a) {
this.z3 = a;
this.j("Background");
},
enumerable: false,
configurable: true
});
CategoryChartDescription.prototype.get_type = function () {
return "CategoryChart";
};
Object.defineProperty(CategoryChartDescription.prototype, "transitionInDuration", {
get: function () {
return this.zw;
},
set: function (a) {
this.zw = a;
this.j("TransitionInDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionOutDuration", {
get: function () {
return this.zx;
},
set: function (a) {
this.zx = a;
this.j("TransitionOutDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionInEasingFunctionRef", {
get: function () {
return this.z8;
},
set: function (a) {
this.z8 = a;
this.j("TransitionInEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionOutEasingFunctionRef", {
get: function () {
return this.aab;
},
set: function (a) {
this.aab = a;
this.j("TransitionOutEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "chartType", {
get: function () {
return this.z4;
},
set: function (a) {
this.z4 = a;
this.j("ChartType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "markerCollisionAvoidance", {
get: function () {
return this.z6;
},
set: function (a) {
this.z6 = a;
this.j("MarkerCollisionAvoidance");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "isSplineShapePartOfRange", {
get: function () {
return this.ya;
},
set: function (a) {
this.ya = a;
this.j("IsSplineShapePartOfRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "isTransitionInEnabled", {
get: function () {
return this.yb;
},
set: function (a) {
this.yb = a;
this.j("IsTransitionInEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionInMode", {
get: function () {
return this.z9;
},
set: function (a) {
this.z9 = a;
this.j("TransitionInMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "transitionInSpeedType", {
get: function () {
return this.aaa;
},
set: function (a) {
this.aaa = a;
this.j("TransitionInSpeedType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisInterval", {
get: function () {
return this.y1;
},
set: function (a) {
this.y1 = a;
this.j("XAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinorInterval", {
get: function () {
return this.y4;
},
set: function (a) {
this.y4 = a;
this.j("XAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisGap", {
get: function () {
return this.y0;
},
set: function (a) {
this.y0 = a;
this.j("XAxisGap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinimumGapSize", {
get: function () {
return this.y3;
},
set: function (a) {
this.y3 = a;
this.j("XAxisMinimumGapSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMaximumGap", {
get: function () {
return this.y2;
},
set: function (a) {
this.y2 = a;
this.j("XAxisMaximumGap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisOverlap", {
get: function () {
return this.y5;
},
set: function (a) {
this.y5 = a;
this.j("XAxisOverlap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisInterval", {
get: function () {
return this.zb;
},
set: function (a) {
this.zb = a;
this.j("YAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "autoMarginAndAngleUpdateMode", {
get: function () {
return this.z2;
},
set: function (a) {
this.z2 = a;
this.j("AutoMarginAndAngleUpdateMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "shouldAutoExpandMarginForInitialLabels", {
get: function () {
return this.yc;
},
set: function (a) {
this.yc = a;
this.j("ShouldAutoExpandMarginForInitialLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "shouldConsiderAutoRotationForInitialLabels", {
get: function () {
return this.yd;
},
set: function (a) {
this.yd = a;
this.j("ShouldConsiderAutoRotationForInitialLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginExtraPadding", {
get: function () {
return this.yy;
},
set: function (a) {
this.yy = a;
this.j("AutoExpandMarginExtraPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginMaximumValue", {
get: function () {
return this.yz;
},
set: function (a) {
this.yz = a;
this.j("AutoExpandMarginMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisFavorLabellingScaleEnd", {
get: function () {
return this.yi;
},
set: function (a) {
this.yi = a;
this.j("YAxisFavorLabellingScaleEnd");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", {
get: function () {
return this.ye;
},
set: function (a) {
this.ye = a;
this.j("XAxisEnhancedIntervalPreferMoreCategoryLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", {
get: function () {
return this.yh;
},
set: function (a) {
this.yh = a;
this.j("YAxisEnhancedIntervalPreferMoreCategoryLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisIsLastLabelMandatory", {
get: function () {
return this.yf;
},
set: function (a) {
this.yf = a;
this.j("XAxisIsLastLabelMandatory");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisIsLastLabelMandatory", {
get: function () {
return this.yj;
},
set: function (a) {
this.yj = a;
this.j("YAxisIsLastLabelMandatory");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisAutoRangeBufferMode", {
get: function () {
return this.aad;
},
set: function (a) {
this.aad = a;
this.j("YAxisAutoRangeBufferMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisIsLogarithmic", {
get: function () {
return this.yk;
},
set: function (a) {
this.yk = a;
this.j("YAxisIsLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisLogarithmBase", {
get: function () {
return this.zy;
},
set: function (a) {
this.zy = a;
this.j("YAxisLogarithmBase");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinimumValue", {
get: function () {
return this.zd;
},
set: function (a) {
this.zd = a;
this.j("YAxisMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMaximumValue", {
get: function () {
return this.zc;
},
set: function (a) {
this.zc = a;
this.j("YAxisMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinorInterval", {
get: function () {
return this.ze;
},
set: function (a) {
this.ze = a;
this.j("YAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "negativeBrushes", {
get: function () {
return this.x4;
},
set: function (a) {
this.x4 = a;
this.j("NegativeBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "negativeOutlines", {
get: function () {
return this.x5;
},
set: function (a) {
this.x5 = a;
this.j("NegativeOutlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "yAxisAbbreviateLargeNumbers", {
get: function () {
return this.yg;
},
set: function (a) {
this.yg = a;
this.j("YAxisAbbreviateLargeNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumCategoryRange", {
get: function () {
return this.y6;
},
set: function (a) {
this.y6 = a;
this.j("XAxisZoomMaximumCategoryRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumItemSpan", {
get: function () {
return this.y7;
},
set: function (a) {
this.y7 = a;
this.j("XAxisZoomMaximumItemSpan");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryRange", {
get: function () {
return this.y8;
},
set: function (a) {
this.y8 = a;
this.j("XAxisZoomToCategoryRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryStart", {
get: function () {
return this.y9;
},
set: function (a) {
this.y9 = a;
this.j("XAxisZoomToCategoryStart");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToItemSpan", {
get: function () {
return this.za;
},
set: function (a) {
this.za = a;
this.j("XAxisZoomToItemSpan");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "isCategoryHighlightingEnabled", {
get: function () {
return this.x8;
},
set: function (a) {
this.x8 = a;
this.j("IsCategoryHighlightingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CategoryChartDescription.prototype, "isItemHighlightingEnabled", {
get: function () {
return this.x9;
},
set: function (a) {
this.x9 = a;
this.j("IsItemHighlightingEnabled");
},
enumerable: false,
configurable: true
});
CategoryChartDescription.$t = markType(CategoryChartDescription, 'CategoryChartDescription', XYChartDescription.$);
return CategoryChartDescription;
}(XYChartDescription));
export { CategoryChartDescription };