igniteui-react-core
Version:
Ignite UI React Core.
482 lines (481 loc) • 14.8 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 { 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.yl = null;
_this.w8 = null;
_this.yd = null;
_this.w6 = null;
_this.yi = null;
_this.w7 = null;
_this.yb = null;
_this.w5 = null;
_this.xn = 0;
_this.yn = null;
_this.ym = null;
_this.ye = null;
_this.x7 = null;
_this.yp = null;
_this.ya = null;
_this.x9 = null;
_this.yh = null;
_this.xo = 0;
_this.yg = null;
_this.x8 = null;
_this.xf = false;
_this.yo = null;
_this.xl = 0;
_this.xm = 0;
_this.xr = 0;
_this.xg = false;
_this.x5 = 0;
_this.xt = 0;
_this.xs = 0;
_this.xu = 0;
_this.xp = 0;
_this.xq = 0;
_this.yk = null;
_this.yj = null;
_this.yc = null;
_this.xd = false;
_this.xe = false;
_this.yf = null;
return _this;
}
DataPieBaseChartDescription.prototype.get_type = function () {
return "DataPieBaseChart";
};
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormat", {
get: function () {
return this.yl;
},
set: function (a) {
this.yl = a;
this.g("SliceLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormatSpecifiers", {
get: function () {
return this.w8;
},
set: function (a) {
this.w8 = a;
this.g("SliceLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormat", {
get: function () {
return this.yd;
},
set: function (a) {
this.yd = a;
this.g("LegendSliceLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormatSpecifiers", {
get: function () {
return this.w6;
},
set: function (a) {
this.w6 = a;
this.g("LegendSliceLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormat", {
get: function () {
return this.yi;
},
set: function (a) {
this.yi = a;
this.g("OthersSliceLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormatSpecifiers", {
get: function () {
return this.w7;
},
set: function (a) {
this.w7 = a;
this.g("OthersSliceLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormat", {
get: function () {
return this.yb;
},
set: function (a) {
this.yb = a;
this.g("LegendOthersSliceLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormatSpecifiers", {
get: function () {
return this.w5;
},
set: function (a) {
this.w5 = a;
this.g("LegendOthersSliceLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "innerExtent", {
get: function () {
return this.xn;
},
set: function (a) {
this.xn = a;
this.g("InnerExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sweepDirection", {
get: function () {
return this.yn;
},
set: function (a) {
this.yn = a;
this.g("SweepDirection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelPositionMode", {
get: function () {
return this.ym;
},
set: function (a) {
this.ym = a;
this.g("SliceLabelPositionMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "lightSliceLabelColor", {
get: function () {
return this.ye;
},
set: function (a) {
this.ye = a;
this.g("LightSliceLabelColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "darkSliceLabelColor", {
get: function () {
return this.x7;
},
set: function (a) {
this.x7 = a;
this.g("DarkSliceLabelColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueMemberPath", {
get: function () {
return this.yp;
},
set: function (a) {
this.yp = a;
this.g("ValueMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendLabelMemberPath", {
get: function () {
return this.ya;
},
set: function (a) {
this.ya = a;
this.g("LegendLabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendEmptyValuesMode", {
get: function () {
return this.x9;
},
set: function (a) {
this.x9 = a;
this.g("LegendEmptyValuesMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryType", {
get: function () {
return this.yh;
},
set: function (a) {
this.yh = a;
this.g("OthersCategoryType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryThreshold", {
get: function () {
return this.xo;
},
set: function (a) {
this.xo = a;
this.g("OthersCategoryThreshold");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryText", {
get: function () {
return this.yg;
},
set: function (a) {
this.yg = a;
this.g("OthersCategoryText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "labelMemberPath", {
get: function () {
return this.x8;
},
set: function (a) {
this.x8 = a;
this.g("LabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisFavorLabellingScaleEnd", {
get: function () {
return this.xf;
},
set: function (a) {
this.xf = a;
this.g("ValueAxisFavorLabellingScaleEnd");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAutoRangeBufferMode", {
get: function () {
return this.yo;
},
set: function (a) {
this.yo = a;
this.g("ValueAxisAutoRangeBufferMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisInterval", {
get: function () {
return this.xl;
},
set: function (a) {
this.xl = a;
this.g("AngleAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisMinorInterval", {
get: function () {
return this.xm;
},
set: function (a) {
this.xm = a;
this.g("AngleAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisInterval", {
get: function () {
return this.xr;
},
set: function (a) {
this.xr = a;
this.g("ValueAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisIsLogarithmic", {
get: function () {
return this.xg;
},
set: function (a) {
this.xg = a;
this.g("ValueAxisIsLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisLogarithmBase", {
get: function () {
return this.x5;
},
set: function (a) {
this.x5 = a;
this.g("ValueAxisLogarithmBase");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinimumValue", {
get: function () {
return this.xt;
},
set: function (a) {
this.xt = a;
this.g("ValueAxisMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMaximumValue", {
get: function () {
return this.xs;
},
set: function (a) {
this.xs = a;
this.g("ValueAxisMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinorInterval", {
get: function () {
return this.xu;
},
set: function (a) {
this.xu = a;
this.g("ValueAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusExtent", {
get: function () {
return this.xp;
},
set: function (a) {
this.xp = a;
this.g("RadiusExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "startAngle", {
get: function () {
return this.xq;
},
set: function (a) {
this.xq = a;
this.g("StartAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentSeparator", {
get: function () {
return this.yk;
},
set: function (a) {
this.yk = a;
this.g("SliceLabelContentSeparator");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentMode", {
get: function () {
return this.yj;
},
set: function (a) {
this.yj = a;
this.g("SliceLabelContentMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelContentMode", {
get: function () {
return this.yc;
},
set: function (a) {
this.yc = a;
this.g("LegendSliceLabelContentMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisFavorLabellingScaleEnd", {
get: function () {
return this.xd;
},
set: function (a) {
this.xd = a;
this.g("AngleAxisFavorLabellingScaleEnd");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAbbreviateLargeNumbers", {
get: function () {
return this.xe;
},
set: function (a) {
this.xe = a;
this.g("ValueAxisAbbreviateLargeNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "markerCollision", {
get: function () {
return this.yf;
},
set: function (a) {
this.yf = a;
this.g("MarkerCollision");
},
enumerable: false,
configurable: true
});
DataPieBaseChartDescription.$t = markType(DataPieBaseChartDescription, 'DataPieBaseChartDescription', RadialBaseChartDescription.$);
return DataPieBaseChartDescription;
}(RadialBaseChartDescription));
export { DataPieBaseChartDescription };