UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

542 lines (541 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 { RadialBaseChartDescription } from "./RadialBaseChartDescription"; import { markType } from "./type"; /** * @hidden */ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataPieBaseChartDescription, _super); function DataPieBaseChartDescription() { var _this = _super.call(this) || this; _this.zg = null; _this.xt = null; _this.y8 = null; _this.xr = null; _this.zd = null; _this.xs = null; _this.y6 = null; _this.xq = null; _this.yc = 0; _this.zi = null; _this.zh = null; _this.y9 = null; _this.y2 = null; _this.zk = null; _this.y5 = null; _this.y4 = null; _this.zc = null; _this.yd = 0; _this.zb = null; _this.y3 = null; _this.x2 = false; _this.zj = null; _this.ya = 0; _this.yb = 0; _this.yj = 0; _this.x3 = false; _this.y0 = 0; _this.yl = 0; _this.yk = 0; _this.ym = 0; _this.ye = 0; _this.yi = 0; _this.zf = null; _this.ze = null; _this.y7 = null; _this.yf = 0; _this.yg = 0; _this.yh = 0; _this.x0 = false; _this.xy = false; _this.x1 = false; _this.za = null; _this.xz = false; return _this; } DataPieBaseChartDescription.prototype.get_type = function () { return "DataPieBaseChart"; }; Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormat", { get: function () { return this.zg; }, set: function (a) { this.zg = a; this.j("SliceLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormatSpecifiers", { get: function () { return this.xt; }, set: function (a) { this.xt = a; this.j("SliceLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormat", { get: function () { return this.y8; }, set: function (a) { this.y8 = a; this.j("LegendSliceLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormatSpecifiers", { get: function () { return this.xr; }, set: function (a) { this.xr = a; this.j("LegendSliceLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormat", { get: function () { return this.zd; }, set: function (a) { this.zd = a; this.j("OthersSliceLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormatSpecifiers", { get: function () { return this.xs; }, set: function (a) { this.xs = a; this.j("OthersSliceLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormat", { get: function () { return this.y6; }, set: function (a) { this.y6 = a; this.j("LegendOthersSliceLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormatSpecifiers", { get: function () { return this.xq; }, set: function (a) { this.xq = a; this.j("LegendOthersSliceLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "innerExtent", { get: function () { return this.yc; }, set: function (a) { this.yc = a; this.j("InnerExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "sweepDirection", { get: function () { return this.zi; }, set: function (a) { this.zi = a; this.j("SweepDirection"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelPositionMode", { get: function () { return this.zh; }, set: function (a) { this.zh = a; this.j("SliceLabelPositionMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "lightSliceLabelColor", { get: function () { return this.y9; }, set: function (a) { this.y9 = a; this.j("LightSliceLabelColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "darkSliceLabelColor", { get: function () { return this.y2; }, set: function (a) { this.y2 = a; this.j("DarkSliceLabelColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueMemberPath", { get: function () { return this.zk; }, set: function (a) { this.zk = a; this.j("ValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "legendLabelMemberPath", { get: function () { return this.y5; }, set: function (a) { this.y5 = a; this.j("LegendLabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "legendEmptyValuesMode", { get: function () { return this.y4; }, set: function (a) { this.y4 = a; this.j("LegendEmptyValuesMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryType", { get: function () { return this.zc; }, set: function (a) { this.zc = a; this.j("OthersCategoryType"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryThreshold", { get: function () { return this.yd; }, set: function (a) { this.yd = a; this.j("OthersCategoryThreshold"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryText", { get: function () { return this.zb; }, set: function (a) { this.zb = a; this.j("OthersCategoryText"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "labelMemberPath", { get: function () { return this.y3; }, set: function (a) { this.y3 = a; this.j("LabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisFavorLabellingScaleEnd", { get: function () { return this.x2; }, set: function (a) { this.x2 = a; this.j("ValueAxisFavorLabellingScaleEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAutoRangeBufferMode", { get: function () { return this.zj; }, set: function (a) { this.zj = a; this.j("ValueAxisAutoRangeBufferMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisInterval", { get: function () { return this.ya; }, set: function (a) { this.ya = a; this.j("AngleAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisMinorInterval", { get: function () { return this.yb; }, set: function (a) { this.yb = a; this.j("AngleAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisInterval", { get: function () { return this.yj; }, set: function (a) { this.yj = a; this.j("ValueAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisIsLogarithmic", { get: function () { return this.x3; }, set: function (a) { this.x3 = a; this.j("ValueAxisIsLogarithmic"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisLogarithmBase", { get: function () { return this.y0; }, set: function (a) { this.y0 = a; this.j("ValueAxisLogarithmBase"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinimumValue", { get: function () { return this.yl; }, set: function (a) { this.yl = a; this.j("ValueAxisMinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMaximumValue", { get: function () { return this.yk; }, set: function (a) { this.yk = a; this.j("ValueAxisMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinorInterval", { get: function () { return this.ym; }, set: function (a) { this.ym = a; this.j("ValueAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusExtent", { get: function () { return this.ye; }, set: function (a) { this.ye = a; this.j("RadiusExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "startAngle", { get: function () { return this.yi; }, set: function (a) { this.yi = a; this.j("StartAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentSeparator", { get: function () { return this.zf; }, set: function (a) { this.zf = a; this.j("SliceLabelContentSeparator"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentMode", { get: function () { return this.ze; }, set: function (a) { this.ze = a; this.j("SliceLabelContentMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelContentMode", { get: function () { return this.y7; }, set: function (a) { this.y7 = a; this.j("LegendSliceLabelContentMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusX", { get: function () { return this.yf; }, set: function (a) { this.yf = a; this.j("RadiusX"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusY", { get: function () { return this.yg; }, set: function (a) { this.yg = a; this.j("RadiusY"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "selectionThickness", { get: function () { return this.yh; }, set: function (a) { this.yh = a; this.j("SelectionThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "useInsetOutlines", { get: function () { return this.x0; }, set: function (a) { this.x0 = a; this.j("UseInsetOutlines"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisFavorLabellingScaleEnd", { get: function () { return this.xy; }, set: function (a) { this.xy = a; this.j("AngleAxisFavorLabellingScaleEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAbbreviateLargeNumbers", { get: function () { return this.x1; }, set: function (a) { this.x1 = a; this.j("ValueAxisAbbreviateLargeNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "markerCollision", { get: function () { return this.za; }, set: function (a) { this.za = a; this.j("MarkerCollision"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieBaseChartDescription.prototype, "fireMouseLeaveOnManipulationStart", { get: function () { return this.xz; }, set: function (a) { this.xz = a; this.j("FireMouseLeaveOnManipulationStart"); }, enumerable: false, configurable: true }); DataPieBaseChartDescription.$t = markType(DataPieBaseChartDescription, 'DataPieBaseChartDescription', RadialBaseChartDescription.$); return DataPieBaseChartDescription; }(RadialBaseChartDescription)); export { DataPieBaseChartDescription };