UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

422 lines (421 loc) 13.1 kB
/* 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.g7 = false; _this.hx = 0; _this.hy = 0; _this.hp = 0; _this.hq = 0; _this.g6 = false; _this.g8 = false; _this.ij = null; _this.g5 = false; _this.hs = 0; _this.hr = 0; _this.hb = false; _this.g9 = false; _this.ha = false; _this.hc = false; _this.id = null; _this.ii = null; _this.ig = null; _this.ih = null; _this.g3 = null; _this.hm = 0; _this.ho = 0; _this.hn = 0; _this.hl = 0; _this.ie = null; _this.il = null; _this.im = null; _this.hu = 0; _this.hw = 0; _this.hv = 0; _this.ht = 0; _this.io = null; _this.ik = null; return _this; } DataChartDescription.prototype.get_type = function () { return "DataChart"; }; Object.defineProperty(DataChartDescription.prototype, "isSquare", { get: function () { return this.g7; }, set: function (a) { this.g7 = a; this.e("IsSquare"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "windowScaleHorizontal", { get: function () { return this.hx; }, set: function (a) { this.hx = a; this.e("WindowScaleHorizontal"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "windowScaleVertical", { get: function () { return this.hy; }, set: function (a) { this.hy = a; this.e("WindowScaleVertical"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "actualWindowScaleHorizontal", { get: function () { return this.hp; }, set: function (a) { this.hp = a; this.e("ActualWindowScaleHorizontal"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "actualWindowScaleVertical", { get: function () { return this.hq; }, set: function (a) { this.hq = a; this.e("ActualWindowScaleVertical"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "isHorizontalZoomEnabled", { get: function () { return this.g6; }, set: function (a) { this.g6 = a; this.e("IsHorizontalZoomEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "isVerticalZoomEnabled", { get: function () { return this.g8; }, set: function (a) { this.g8 = a; this.e("IsVerticalZoomEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "gridMode", { get: function () { return this.ij; }, set: function (a) { this.ij = a; this.e("GridMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "alignsGridLinesToPixels", { get: function () { return this.g5; }, set: function (a) { this.g5 = a; this.e("AlignsGridLinesToPixels"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "autoExpandMarginMaximumValue", { get: function () { return this.hs; }, set: function (a) { this.hs = a; this.e("AutoExpandMarginMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "autoExpandMarginExtraPadding", { get: function () { return this.hr; }, set: function (a) { this.hr = a; this.e("AutoExpandMarginExtraPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "shouldSuppressAxisLabelTruncation", { get: function () { return this.hb; }, set: function (a) { this.hb = a; this.e("ShouldSuppressAxisLabelTruncation"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "shouldAutoExpandMarginForInitialLabels", { get: function () { return this.g9; }, set: function (a) { this.g9 = a; this.e("ShouldAutoExpandMarginForInitialLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "shouldConsiderAutoRotationForInitialLabels", { get: function () { return this.ha; }, set: function (a) { this.ha = a; this.e("ShouldConsiderAutoRotationForInitialLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "suppressAutoMarginAndAngleRecalculation", { get: function () { return this.hc; }, set: function (a) { this.hc = a; this.e("SuppressAutoMarginAndAngleRecalculation"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "autoMarginAndAngleUpdateMode", { get: function () { return this.id; }, set: function (a) { this.id = a; this.e("AutoMarginAndAngleUpdateMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "defaultAxisStroke", { get: function () { return this.ii; }, set: function (a) { this.ii = a; this.e("DefaultAxisStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "defaultAxisMajorStroke", { get: function () { return this.ig; }, set: function (a) { this.ig = a; this.e("DefaultAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "defaultAxisMinorStroke", { get: function () { return this.ih; }, set: function (a) { this.ih = a; this.e("DefaultAxisMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "axes", { get: function () { return this.g3; }, set: function (a) { this.g3 = a; this.e("Axes"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "actualPlotAreaMarginLeft", { get: function () { return this.hm; }, set: function (a) { this.hm = a; this.e("ActualPlotAreaMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "actualPlotAreaMarginTop", { get: function () { return this.ho; }, set: function (a) { this.ho = a; this.e("ActualPlotAreaMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "actualPlotAreaMarginRight", { get: function () { return this.hn; }, set: function (a) { this.hn = a; this.e("ActualPlotAreaMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "actualPlotAreaMarginBottom", { get: function () { return this.hl; }, set: function (a) { this.hl = a; this.e("ActualPlotAreaMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "computedPlotAreaMarginMode", { get: function () { return this.ie; }, set: function (a) { this.ie = a; this.e("ComputedPlotAreaMarginMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "seriesPlotAreaMarginHorizontalMode", { get: function () { return this.il; }, set: function (a) { this.il = a; this.e("SeriesPlotAreaMarginHorizontalMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "seriesPlotAreaMarginVerticalMode", { get: function () { return this.im; }, set: function (a) { this.im = a; this.e("SeriesPlotAreaMarginVerticalMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "plotAreaMarginLeft", { get: function () { return this.hu; }, set: function (a) { this.hu = a; this.e("PlotAreaMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "plotAreaMarginTop", { get: function () { return this.hw; }, set: function (a) { this.hw = a; this.e("PlotAreaMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "plotAreaMarginRight", { get: function () { return this.hv; }, set: function (a) { this.hv = a; this.e("PlotAreaMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "plotAreaMarginBottom", { get: function () { return this.ht; }, set: function (a) { this.ht = a; this.e("PlotAreaMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "width", { get: function () { return this.io; }, set: function (a) { this.io = a; this.e("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(DataChartDescription.prototype, "height", { get: function () { return this.ik; }, set: function (a) { this.ik = a; this.e("Height"); }, enumerable: false, configurable: true }); DataChartDescription.$t = markType(DataChartDescription, 'DataChartDescription', SeriesViewerDescription.$); return DataChartDescription; }(SeriesViewerDescription)); export { DataChartDescription };