igniteui-react-core
Version:
Ignite UI React Core.
1,149 lines (1,148 loc) • 34.4 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
var StackedFragmentSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(StackedFragmentSeriesDescription, _super);
function StackedFragmentSeriesDescription() {
var _this = _super.call(this) || this;
_this.cj = null;
_this.ck = null;
_this.ch = null;
_this.br = null;
_this.h = null;
_this.n = false;
_this.j = false;
_this.ar = 0;
_this.ag = 0;
_this.c3 = null;
_this.b9 = null;
_this.q = false;
_this.m = false;
_this.as = 0;
_this.ah = 0;
_this.at = 0;
_this.ai = 0;
_this.cr = null;
_this.b0 = null;
_this.co = null;
_this.bx = null;
_this.cp = null;
_this.by = null;
_this.cq = null;
_this.bz = null;
_this.cn = null;
_this.cm = null;
_this.bw = null;
_this.bv = null;
_this.cs = null;
_this.b1 = null;
_this.cu = null;
_this.b3 = null;
_this.cw = null;
_this.b5 = null;
_this.cx = null;
_this.b6 = null;
_this.ct = null;
_this.b2 = null;
_this.cv = null;
_this.b4 = null;
_this.cy = null;
_this.ao = 0;
_this.ad = 0;
_this.cz = null;
_this.b7 = null;
_this.ak = 0;
_this.z = 0;
_this.am = 0;
_this.ab = 0;
_this.c0 = null;
_this.b8 = null;
_this.al = 0;
_this.aa = 0;
_this.bu = null;
_this.ap = 0;
_this.ae = 0;
_this.k = false;
_this.o = false;
_this.aq = 0;
_this.af = 0;
_this.au = 0;
_this.aj = 0;
_this.an = 0;
_this.ac = 0;
_this.bp = null;
_this.c4 = null;
_this.bj = 0;
_this.bk = 0;
_this.c5 = null;
_this.c6 = null;
_this.p = false;
_this.c7 = null;
_this.l = false;
_this.bi = 0;
_this.cc = null;
_this.cd = null;
_this.cb = null;
_this.ca = null;
_this.bh = 0;
_this.da = null;
_this.c8 = null;
_this.c9 = null;
_this.ce = null;
_this.cf = null;
_this.ci = null;
_this.cl = null;
_this.bs = null;
_this.bt = null;
_this.db = null;
_this.cg = null;
_this.c1 = null;
_this.c2 = null;
return _this;
}
StackedFragmentSeriesDescription.prototype.get_type = function () {
return "StackedFragmentSeries";
};
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "dataSourceRef", {
get: function () {
return this.cj;
},
set: function (a) {
this.cj = a;
this.g("DataSourceRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "highlightedDataSourceRef", {
get: function () {
return this.ck;
},
set: function (a) {
this.ck = a;
this.g("HighlightedDataSourceRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "brush", {
get: function () {
return this.ch;
},
set: function (a) {
this.ch = a;
this.g("Brush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualBrush", {
get: function () {
return this.br;
},
set: function (a) {
this.br = a;
this.g("ActualBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "dashArray", {
get: function () {
return this.h;
},
set: function (a) {
this.h = a;
this.g("DashArray");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "isDropShadowEnabled", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.g("IsDropShadowEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualIsDropShadowEnabled", {
get: function () {
return this.j;
},
set: function (a) {
this.j = a;
this.g("ActualIsDropShadowEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "shadowBlur", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.g("ShadowBlur");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualShadowBlur", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.g("ActualShadowBlur");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "shadowColor", {
get: function () {
return this.c3;
},
set: function (a) {
this.c3 = a;
this.g("ShadowColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualShadowColor", {
get: function () {
return this.b9;
},
set: function (a) {
this.b9 = a;
this.g("ActualShadowColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "useSingleShadow", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.g("UseSingleShadow");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualUseSingleShadow", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.g("ActualUseSingleShadow");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "shadowOffsetX", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.g("ShadowOffsetX");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualShadowOffsetX", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.g("ActualShadowOffsetX");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "shadowOffsetY", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.g("ShadowOffsetY");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualShadowOffsetY", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.g("ActualShadowOffsetY");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "lineCap", {
get: function () {
return this.cr;
},
set: function (a) {
this.cr = a;
this.g("LineCap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLineCap", {
get: function () {
return this.b0;
},
set: function (a) {
this.b0 = a;
this.g("ActualLineCap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemBadgeTemplateRef", {
get: function () {
return this.co;
},
set: function (a) {
this.co = a;
this.g("LegendItemBadgeTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemBadgeTemplateRef", {
get: function () {
return this.bx;
},
set: function (a) {
this.bx = a;
this.g("ActualLegendItemBadgeTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemTemplateRef", {
get: function () {
return this.cp;
},
set: function (a) {
this.cp = a;
this.g("LegendItemTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemTemplateRef", {
get: function () {
return this.by;
},
set: function (a) {
this.by = a;
this.g("ActualLegendItemTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemVisibility", {
get: function () {
return this.cq;
},
set: function (a) {
this.cq = a;
this.g("LegendItemVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemVisibility", {
get: function () {
return this.bz;
},
set: function (a) {
this.bz = a;
this.g("ActualLegendItemVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemBadgeShape", {
get: function () {
return this.cn;
},
set: function (a) {
this.cn = a;
this.g("LegendItemBadgeShape");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemBadgeMode", {
get: function () {
return this.cm;
},
set: function (a) {
this.cm = a;
this.g("LegendItemBadgeMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemBadgeShape", {
get: function () {
return this.bw;
},
set: function (a) {
this.bw = a;
this.g("ActualLegendItemBadgeShape");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemBadgeMode", {
get: function () {
return this.bv;
},
set: function (a) {
this.bv = a;
this.g("ActualLegendItemBadgeMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerBrush", {
get: function () {
return this.cs;
},
set: function (a) {
this.cs = a;
this.g("MarkerBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerBrush", {
get: function () {
return this.b1;
},
set: function (a) {
this.b1 = a;
this.g("ActualMarkerBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerOutline", {
get: function () {
return this.cu;
},
set: function (a) {
this.cu = a;
this.g("MarkerOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerOutline", {
get: function () {
return this.b3;
},
set: function (a) {
this.b3 = a;
this.g("ActualMarkerOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerTemplateRef", {
get: function () {
return this.cw;
},
set: function (a) {
this.cw = a;
this.g("MarkerTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerTemplateRef", {
get: function () {
return this.b5;
},
set: function (a) {
this.b5 = a;
this.g("ActualMarkerTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerType", {
get: function () {
return this.cx;
},
set: function (a) {
this.cx = a;
this.g("MarkerType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerType", {
get: function () {
return this.b6;
},
set: function (a) {
this.b6 = a;
this.g("ActualMarkerType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerFillMode", {
get: function () {
return this.ct;
},
set: function (a) {
this.ct = a;
this.g("MarkerFillMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerFillMode", {
get: function () {
return this.b2;
},
set: function (a) {
this.b2 = a;
this.g("ActualMarkerFillMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerOutlineMode", {
get: function () {
return this.cv;
},
set: function (a) {
this.cv = a;
this.g("MarkerOutlineMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerOutlineMode", {
get: function () {
return this.b4;
},
set: function (a) {
this.b4 = a;
this.g("ActualMarkerOutlineMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "name", {
get: function () {
return this.cy;
},
set: function (a) {
this.cy = a;
this.g("Name");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "opacity", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.g("Opacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualOpacity", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.g("ActualOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "outline", {
get: function () {
return this.cz;
},
set: function (a) {
this.cz = a;
this.g("Outline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualOutline", {
get: function () {
return this.b7;
},
set: function (a) {
this.b7 = a;
this.g("ActualOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "areaFillOpacity", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.g("AreaFillOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualAreaFillOpacity", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.g("ActualAreaFillOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerFillOpacity", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.g("MarkerFillOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerFillOpacity", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.g("ActualMarkerFillOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "outlineMode", {
get: function () {
return this.c0;
},
set: function (a) {
this.c0 = a;
this.g("OutlineMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualOutlineMode", {
get: function () {
return this.b8;
},
set: function (a) {
this.b8 = a;
this.g("ActualOutlineMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "highlightingFadeOpacity", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.g("HighlightingFadeOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualHighlightingFadeOpacity", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.g("ActualHighlightingFadeOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualHighlightedValuesDisplayMode", {
get: function () {
return this.bu;
},
set: function (a) {
this.bu = a;
this.g("ActualHighlightedValuesDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "radiusX", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.g("RadiusX");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualRadiusX", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.g("ActualRadiusX");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualIsSplineShapePartOfRange", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.g("ActualIsSplineShapePartOfRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "isSplineShapePartOfRange", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.g("IsSplineShapePartOfRange");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "radiusY", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.g("RadiusY");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualRadiusY", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.g("ActualRadiusY");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "thickness", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.g("Thickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualThickness", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.g("ActualThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerThickness", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.g("MarkerThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerThickness", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.g("ActualMarkerThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "title", {
get: function () {
return this.bp;
},
set: function (a) {
this.bp = a;
this.g("Title");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionEasingFunctionRef", {
get: function () {
return this.c4;
},
set: function (a) {
this.c4 = a;
this.g("TransitionEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionDuration", {
get: function () {
return this.bj;
},
set: function (a) {
this.bj = a;
this.g("TransitionDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionInDuration", {
get: function () {
return this.bk;
},
set: function (a) {
this.bk = a;
this.g("TransitionInDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionInEasingFunctionRef", {
get: function () {
return this.c5;
},
set: function (a) {
this.c5 = a;
this.g("TransitionInEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionInMode", {
get: function () {
return this.c6;
},
set: function (a) {
this.c6 = a;
this.g("TransitionInMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "isTransitionInEnabled", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.g("IsTransitionInEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionInSpeedType", {
get: function () {
return this.c7;
},
set: function (a) {
this.c7 = a;
this.g("TransitionInSpeedType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualIsTransitionInEnabled", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.g("ActualIsTransitionInEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionInDuration", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.g("ActualTransitionInDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionInMode", {
get: function () {
return this.cc;
},
set: function (a) {
this.cc = a;
this.g("ActualTransitionInMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionInSpeedType", {
get: function () {
return this.cd;
},
set: function (a) {
this.cd = a;
this.g("ActualTransitionInSpeedType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionInEasingFunctionRef", {
get: function () {
return this.cb;
},
set: function (a) {
this.cb = a;
this.g("ActualTransitionInEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionEasingFunctionRef", {
get: function () {
return this.ca;
},
set: function (a) {
this.ca = a;
this.g("ActualTransitionEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionDuration", {
get: function () {
return this.bh;
},
set: function (a) {
this.bh = a;
this.g("ActualTransitionDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "valueMemberPath", {
get: function () {
return this.da;
},
set: function (a) {
this.da = a;
this.g("ValueMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "valueMemberAsLegendLabel", {
get: function () {
return this.c8;
},
set: function (a) {
this.c8 = a;
this.g("ValueMemberAsLegendLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "valueMemberAsLegendUnit", {
get: function () {
return this.c9;
},
set: function (a) {
this.c9 = a;
this.g("ValueMemberAsLegendUnit");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualValueMemberAsLegendLabel", {
get: function () {
return this.ce;
},
set: function (a) {
this.ce = a;
this.g("ActualValueMemberAsLegendLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualValueMemberAsLegendUnit", {
get: function () {
return this.cf;
},
set: function (a) {
this.cf = a;
this.g("ActualValueMemberAsLegendUnit");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "dataLegendGroup", {
get: function () {
return this.ci;
},
set: function (a) {
this.ci = a;
this.g("DataLegendGroup");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "highlightedValuesDataLegendGroup", {
get: function () {
return this.cl;
},
set: function (a) {
this.cl = a;
this.g("HighlightedValuesDataLegendGroup");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualDataLegendGroup", {
get: function () {
return this.bs;
},
set: function (a) {
this.bs = a;
this.g("ActualDataLegendGroup");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualHighlightedValuesDataLegendGroup", {
get: function () {
return this.bt;
},
set: function (a) {
this.bt = a;
this.g("ActualHighlightedValuesDataLegendGroup");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "visibility", {
get: function () {
return this.db;
},
set: function (a) {
this.db = a;
this.g("Visibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualVisibility", {
get: function () {
return this.cg;
},
set: function (a) {
this.cg = a;
this.g("ActualVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "parentOrLocalBrush", {
get: function () {
return this.c1;
},
set: function (a) {
this.c1 = a;
this.g("ParentOrLocalBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "propertyUpdatedRef", {
get: function () {
return this.c2;
},
set: function (a) {
this.c2 = a;
this.g("PropertyUpdatedRef");
},
enumerable: false,
configurable: true
});
StackedFragmentSeriesDescription.$t = markType(StackedFragmentSeriesDescription, 'StackedFragmentSeriesDescription', Description.$);
return StackedFragmentSeriesDescription;
}(Description));
export { StackedFragmentSeriesDescription };