igniteui-react-core
Version:
Ignite UI React Core.
566 lines (565 loc) • 17.2 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.zw = null;
_this.x7 = null;
_this.zm = null;
_this.x5 = null;
_this.zt = null;
_this.x6 = null;
_this.zk = null;
_this.x4 = null;
_this.yq = 0;
_this.zy = null;
_this.zx = null;
_this.zn = null;
_this.zg = null;
_this.z0 = null;
_this.zj = null;
_this.zi = null;
_this.zs = null;
_this.yr = 0;
_this.zr = null;
_this.zp = null;
_this.zq = null;
_this.zh = null;
_this.yg = false;
_this.zz = null;
_this.yo = 0;
_this.yp = 0;
_this.yx = 0;
_this.yh = false;
_this.ze = 0;
_this.yz = 0;
_this.yy = 0;
_this.y0 = 0;
_this.ys = 0;
_this.yw = 0;
_this.zv = null;
_this.zu = null;
_this.zl = null;
_this.yt = 0;
_this.yu = 0;
_this.yv = 0;
_this.ye = false;
_this.yc = false;
_this.yf = false;
_this.zo = null;
_this.yd = false;
return _this;
}
DataPieBaseChartDescription.prototype.get_type = function () {
return "DataPieBaseChart";
};
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormat", {
get: function () {
return this.zw;
},
set: function (a) {
this.zw = a;
this.j("SliceLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormatSpecifiers", {
get: function () {
return this.x7;
},
set: function (a) {
this.x7 = a;
this.j("SliceLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormat", {
get: function () {
return this.zm;
},
set: function (a) {
this.zm = a;
this.j("LegendSliceLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormatSpecifiers", {
get: function () {
return this.x5;
},
set: function (a) {
this.x5 = a;
this.j("LegendSliceLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormat", {
get: function () {
return this.zt;
},
set: function (a) {
this.zt = a;
this.j("OthersSliceLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormatSpecifiers", {
get: function () {
return this.x6;
},
set: function (a) {
this.x6 = a;
this.j("OthersSliceLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormat", {
get: function () {
return this.zk;
},
set: function (a) {
this.zk = a;
this.j("LegendOthersSliceLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormatSpecifiers", {
get: function () {
return this.x4;
},
set: function (a) {
this.x4 = a;
this.j("LegendOthersSliceLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "innerExtent", {
get: function () {
return this.yq;
},
set: function (a) {
this.yq = a;
this.j("InnerExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sweepDirection", {
get: function () {
return this.zy;
},
set: function (a) {
this.zy = a;
this.j("SweepDirection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelPositionMode", {
get: function () {
return this.zx;
},
set: function (a) {
this.zx = a;
this.j("SliceLabelPositionMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "lightSliceLabelColor", {
get: function () {
return this.zn;
},
set: function (a) {
this.zn = a;
this.j("LightSliceLabelColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "darkSliceLabelColor", {
get: function () {
return this.zg;
},
set: function (a) {
this.zg = a;
this.j("DarkSliceLabelColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueMemberPath", {
get: function () {
return this.z0;
},
set: function (a) {
this.z0 = a;
this.j("ValueMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendLabelMemberPath", {
get: function () {
return this.zj;
},
set: function (a) {
this.zj = a;
this.j("LegendLabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendEmptyValuesMode", {
get: function () {
return this.zi;
},
set: function (a) {
this.zi = a;
this.j("LegendEmptyValuesMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryType", {
get: function () {
return this.zs;
},
set: function (a) {
this.zs = a;
this.j("OthersCategoryType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryThreshold", {
get: function () {
return this.yr;
},
set: function (a) {
this.yr = a;
this.j("OthersCategoryThreshold");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryText", {
get: function () {
return this.zr;
},
set: function (a) {
this.zr = a;
this.j("OthersCategoryText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryBrush", {
get: function () {
return this.zp;
},
set: function (a) {
this.zp = a;
this.j("OthersCategoryBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryOutline", {
get: function () {
return this.zq;
},
set: function (a) {
this.zq = a;
this.j("OthersCategoryOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "labelMemberPath", {
get: function () {
return this.zh;
},
set: function (a) {
this.zh = a;
this.j("LabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisFavorLabellingScaleEnd", {
get: function () {
return this.yg;
},
set: function (a) {
this.yg = a;
this.j("ValueAxisFavorLabellingScaleEnd");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAutoRangeBufferMode", {
get: function () {
return this.zz;
},
set: function (a) {
this.zz = a;
this.j("ValueAxisAutoRangeBufferMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisInterval", {
get: function () {
return this.yo;
},
set: function (a) {
this.yo = a;
this.j("AngleAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisMinorInterval", {
get: function () {
return this.yp;
},
set: function (a) {
this.yp = a;
this.j("AngleAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisInterval", {
get: function () {
return this.yx;
},
set: function (a) {
this.yx = a;
this.j("ValueAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisIsLogarithmic", {
get: function () {
return this.yh;
},
set: function (a) {
this.yh = a;
this.j("ValueAxisIsLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisLogarithmBase", {
get: function () {
return this.ze;
},
set: function (a) {
this.ze = a;
this.j("ValueAxisLogarithmBase");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinimumValue", {
get: function () {
return this.yz;
},
set: function (a) {
this.yz = a;
this.j("ValueAxisMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMaximumValue", {
get: function () {
return this.yy;
},
set: function (a) {
this.yy = a;
this.j("ValueAxisMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinorInterval", {
get: function () {
return this.y0;
},
set: function (a) {
this.y0 = a;
this.j("ValueAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusExtent", {
get: function () {
return this.ys;
},
set: function (a) {
this.ys = a;
this.j("RadiusExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "startAngle", {
get: function () {
return this.yw;
},
set: function (a) {
this.yw = a;
this.j("StartAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentSeparator", {
get: function () {
return this.zv;
},
set: function (a) {
this.zv = a;
this.j("SliceLabelContentSeparator");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentMode", {
get: function () {
return this.zu;
},
set: function (a) {
this.zu = a;
this.j("SliceLabelContentMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelContentMode", {
get: function () {
return this.zl;
},
set: function (a) {
this.zl = a;
this.j("LegendSliceLabelContentMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusX", {
get: function () {
return this.yt;
},
set: function (a) {
this.yt = a;
this.j("RadiusX");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusY", {
get: function () {
return this.yu;
},
set: function (a) {
this.yu = a;
this.j("RadiusY");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "selectionThickness", {
get: function () {
return this.yv;
},
set: function (a) {
this.yv = a;
this.j("SelectionThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "useInsetOutlines", {
get: function () {
return this.ye;
},
set: function (a) {
this.ye = a;
this.j("UseInsetOutlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisFavorLabellingScaleEnd", {
get: function () {
return this.yc;
},
set: function (a) {
this.yc = a;
this.j("AngleAxisFavorLabellingScaleEnd");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAbbreviateLargeNumbers", {
get: function () {
return this.yf;
},
set: function (a) {
this.yf = a;
this.j("ValueAxisAbbreviateLargeNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "markerCollision", {
get: function () {
return this.zo;
},
set: function (a) {
this.zo = a;
this.j("MarkerCollision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataPieBaseChartDescription.prototype, "fireMouseLeaveOnManipulationStart", {
get: function () {
return this.yd;
},
set: function (a) {
this.yd = a;
this.j("FireMouseLeaveOnManipulationStart");
},
enumerable: false,
configurable: true
});
DataPieBaseChartDescription.$t = markType(DataPieBaseChartDescription, 'DataPieBaseChartDescription', RadialBaseChartDescription.$);
return DataPieBaseChartDescription;
}(RadialBaseChartDescription));
export { DataPieBaseChartDescription };