igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
434 lines (433 loc) • 13.5 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 { SeriesViewerDescription } from "./SeriesViewerDescription";
import { markType } from "./type";
/**
* @hidden
*/
var DataChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataChartDescription, _super);
function DataChartDescription() {
var _this = _super.call(this) || this;
_this.jw = false;
_this.km = 0;
_this.kn = 0;
_this.ke = 0;
_this.kf = 0;
_this.jv = false;
_this.jx = false;
_this.k7 = null;
_this.ju = false;
_this.kh = 0;
_this.kg = 0;
_this.j0 = false;
_this.jy = false;
_this.jz = false;
_this.j1 = false;
_this.k2 = null;
_this.k6 = null;
_this.k4 = null;
_this.k5 = null;
_this.jq = null;
_this.jr = null;
_this.kb = 0;
_this.kd = 0;
_this.kc = 0;
_this.ka = 0;
_this.k3 = null;
_this.k9 = null;
_this.la = null;
_this.kj = 0;
_this.kl = 0;
_this.kk = 0;
_this.ki = 0;
_this.lb = null;
_this.k8 = null;
return _this;
}
DataChartDescription.prototype.get_type = function () {
return "DataChart";
};
Object.defineProperty(DataChartDescription.prototype, "isSquare", {
get: function () {
return this.jw;
},
set: function (a) {
this.jw = a;
this.j("IsSquare");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "windowScaleHorizontal", {
get: function () {
return this.km;
},
set: function (a) {
this.km = a;
this.j("WindowScaleHorizontal");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "windowScaleVertical", {
get: function () {
return this.kn;
},
set: function (a) {
this.kn = a;
this.j("WindowScaleVertical");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "actualWindowScaleHorizontal", {
get: function () {
return this.ke;
},
set: function (a) {
this.ke = a;
this.j("ActualWindowScaleHorizontal");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "actualWindowScaleVertical", {
get: function () {
return this.kf;
},
set: function (a) {
this.kf = a;
this.j("ActualWindowScaleVertical");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "isHorizontalZoomEnabled", {
get: function () {
return this.jv;
},
set: function (a) {
this.jv = a;
this.j("IsHorizontalZoomEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "isVerticalZoomEnabled", {
get: function () {
return this.jx;
},
set: function (a) {
this.jx = a;
this.j("IsVerticalZoomEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "gridMode", {
get: function () {
return this.k7;
},
set: function (a) {
this.k7 = a;
this.j("GridMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "alignsGridLinesToPixels", {
get: function () {
return this.ju;
},
set: function (a) {
this.ju = a;
this.j("AlignsGridLinesToPixels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "autoExpandMarginMaximumValue", {
get: function () {
return this.kh;
},
set: function (a) {
this.kh = a;
this.j("AutoExpandMarginMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "autoExpandMarginExtraPadding", {
get: function () {
return this.kg;
},
set: function (a) {
this.kg = a;
this.j("AutoExpandMarginExtraPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "shouldSuppressAxisLabelTruncation", {
get: function () {
return this.j0;
},
set: function (a) {
this.j0 = a;
this.j("ShouldSuppressAxisLabelTruncation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "shouldAutoExpandMarginForInitialLabels", {
get: function () {
return this.jy;
},
set: function (a) {
this.jy = a;
this.j("ShouldAutoExpandMarginForInitialLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "shouldConsiderAutoRotationForInitialLabels", {
get: function () {
return this.jz;
},
set: function (a) {
this.jz = a;
this.j("ShouldConsiderAutoRotationForInitialLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "suppressAutoMarginAndAngleRecalculation", {
get: function () {
return this.j1;
},
set: function (a) {
this.j1 = a;
this.j("SuppressAutoMarginAndAngleRecalculation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "autoMarginAndAngleUpdateMode", {
get: function () {
return this.k2;
},
set: function (a) {
this.k2 = a;
this.j("AutoMarginAndAngleUpdateMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "defaultAxisStroke", {
get: function () {
return this.k6;
},
set: function (a) {
this.k6 = a;
this.j("DefaultAxisStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "defaultAxisMajorStroke", {
get: function () {
return this.k4;
},
set: function (a) {
this.k4 = a;
this.j("DefaultAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "defaultAxisMinorStroke", {
get: function () {
return this.k5;
},
set: function (a) {
this.k5 = a;
this.j("DefaultAxisMinorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "axes", {
get: function () {
return this.jq;
},
set: function (a) {
this.jq = a;
this.j("Axes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "fullAxes", {
get: function () {
return this.jr;
},
set: function (a) {
this.jr = a;
this.j("FullAxes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "actualPlotAreaMarginLeft", {
get: function () {
return this.kb;
},
set: function (a) {
this.kb = a;
this.j("ActualPlotAreaMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "actualPlotAreaMarginTop", {
get: function () {
return this.kd;
},
set: function (a) {
this.kd = a;
this.j("ActualPlotAreaMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "actualPlotAreaMarginRight", {
get: function () {
return this.kc;
},
set: function (a) {
this.kc = a;
this.j("ActualPlotAreaMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "actualPlotAreaMarginBottom", {
get: function () {
return this.ka;
},
set: function (a) {
this.ka = a;
this.j("ActualPlotAreaMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "computedPlotAreaMarginMode", {
get: function () {
return this.k3;
},
set: function (a) {
this.k3 = a;
this.j("ComputedPlotAreaMarginMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "seriesPlotAreaMarginHorizontalMode", {
get: function () {
return this.k9;
},
set: function (a) {
this.k9 = a;
this.j("SeriesPlotAreaMarginHorizontalMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "seriesPlotAreaMarginVerticalMode", {
get: function () {
return this.la;
},
set: function (a) {
this.la = a;
this.j("SeriesPlotAreaMarginVerticalMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "plotAreaMarginLeft", {
get: function () {
return this.kj;
},
set: function (a) {
this.kj = a;
this.j("PlotAreaMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "plotAreaMarginTop", {
get: function () {
return this.kl;
},
set: function (a) {
this.kl = a;
this.j("PlotAreaMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "plotAreaMarginRight", {
get: function () {
return this.kk;
},
set: function (a) {
this.kk = a;
this.j("PlotAreaMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "plotAreaMarginBottom", {
get: function () {
return this.ki;
},
set: function (a) {
this.ki = a;
this.j("PlotAreaMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "width", {
get: function () {
return this.lb;
},
set: function (a) {
this.lb = a;
this.j("Width");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataChartDescription.prototype, "height", {
get: function () {
return this.k8;
},
set: function (a) {
this.k8 = a;
this.j("Height");
},
enumerable: false,
configurable: true
});
DataChartDescription.$t = markType(DataChartDescription, 'DataChartDescription', SeriesViewerDescription.$);
return DataChartDescription;
}(SeriesViewerDescription));
export { DataChartDescription };