igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
237 lines (236 loc) • 7.75 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 StackedSeriesCreatedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(StackedSeriesCreatedEventArgsDescription, _super);
function StackedSeriesCreatedEventArgsDescription() {
var _this = _super.call(this) || this;
_this.u = null;
_this.w = null;
_this.v = null;
_this.x = null;
_this.ad = null;
_this.k = null;
_this.p = 0;
_this.ae = null;
_this.s = 0;
_this.af = null;
_this.z = null;
_this.aa = null;
_this.m = null;
_this.ab = null;
_this.ac = null;
_this.o = 0;
_this.y = null;
return _this;
}
StackedSeriesCreatedEventArgsDescription.prototype.get_type = function () {
return "StackedSeriesCreatedEventArgs";
};
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "brush", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("Brush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "legendItemTemplateRef", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("LegendItemTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "legendItemBadgeTemplateRef", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("LegendItemBadgeTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "legendItemVisibility", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("LegendItemVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "outline", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("Outline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "dashArray", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("DashArray");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "thickness", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("Thickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "titleRef", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("TitleRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "transitionDuration", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("TransitionDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "transitionEasingFunctionRef", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("TransitionEasingFunctionRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "markerBrush", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("MarkerBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "markerOutline", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("MarkerOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "markerStyle", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("MarkerStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "markerTemplateRef", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("MarkerTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "markerType", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("MarkerType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "markerThickness", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("MarkerThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(StackedSeriesCreatedEventArgsDescription.prototype, "lineCap", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("LineCap");
},
enumerable: false,
configurable: true
});
StackedSeriesCreatedEventArgsDescription.$t = markType(StackedSeriesCreatedEventArgsDescription, 'StackedSeriesCreatedEventArgsDescription', Description.$);
return StackedSeriesCreatedEventArgsDescription;
}(Description));
export { StackedSeriesCreatedEventArgsDescription };