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