UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

1,646 lines 65.2 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(SeriesViewerDescription, _super); function SeriesViewerDescription() { var _this = _super.call(this) || this; _this.r = null; _this.m = null; _this.k = null; _this.p = null; _this.n = null; _this.o = null; _this.fl = null; _this.aa = null; _this.fk = null; _this.ak = false; _this.at = false; _this.aq = false; _this.ar = false; _this.aw = false; _this.e9 = null; _this.bp = 0; _this.f2 = null; _this.f0 = null; _this.e5 = null; _this.fc = null; _this.gv = null; _this.fe = null; _this.gx = null; _this.fb = null; _this.fd = null; _this.bu = 0; _this.bt = 0; _this.bq = 0; _this.br = 0; _this.bs = 0; _this.bw = 0; _this.bv = 0; _this.am = false; _this.gu = null; _this.gw = null; _this.cg = 0; _this.cf = 0; _this.cd = 0; _this.cj = 0; _this.ce = 0; _this.ci = 0; _this.ch = 0; _this.az = false; _this.e8 = null; _this.fh = null; _this.fj = null; _this.fi = null; _this.al = false; _this.ad = null; _this.af = null; _this.ay = false; _this.as = false; _this.d9 = 0; _this.d4 = 0; _this.d5 = 0; _this.d8 = 0; _this.d7 = 0; _this.d3 = 0; _this.d1 = 0; _this.d2 = 0; _this.d6 = 0; _this.ao = false; _this.ez = null; _this.ej = null; _this.ap = false; _this.g1 = null; _this.cn = 0; _this.cm = 0; _this.bl = 0; _this.bk = 0; _this.cp = 0; _this.co = 0; _this.gj = null; _this.e0 = null; _this.fa = null; _this.gt = null; _this.g2 = null; _this.fn = null; _this.au = false; _this.e1 = null; _this.fg = null; _this.fy = null; _this.e2 = null; _this.fm = null; _this.f3 = null; _this.ae = null; _this.e7 = null; _this.q = null; _this.l = null; _this.ck = 0; _this.cl = 0; _this.f1 = null; _this.e3 = null; _this.ey = null; _this.go = null; _this.gg = null; _this.gq = null; _this.gi = null; _this.gp = null; _this.gh = null; _this.cb = 0; _this.b9 = 0; _this.ca = 0; _this.b7 = 0; _this.b6 = 0; _this.b4 = 0; _this.b5 = 0; _this.b2 = 0; _this.gc = null; _this.cc = 0; _this.by = 0; _this.b1 = 0; _this.bo = 0; _this.bn = 0; _this.bm = 0; _this.an = false; _this.bz = 0; _this.bx = 0; _this.bh = 0; _this.bg = 0; _this.av = false; _this.ac = null; _this.bi = 0; _this.bj = 0; _this.fv = null; _this.fu = null; _this.b0 = 0; _this.gr = null; _this.gs = null; _this.fr = null; _this.fs = null; _this.fo = null; _this.fp = null; _this.fq = null; _this.ft = null; _this.em = null; _this.eq = null; _this.en = null; _this.eo = null; _this.ep = null; _this.el = null; _this.es = null; _this.ew = null; _this.et = null; _this.eu = null; _this.ev = null; _this.er = null; _this.f5 = null; _this.f8 = null; _this.f9 = null; _this.f4 = null; _this.ga = null; _this.f6 = null; _this.f7 = null; _this.fx = null; _this.gz = null; _this.gy = null; _this.g0 = null; _this.gb = null; _this.ek = null; _this.e6 = null; _this.fz = null; _this.e4 = null; _this.fw = null; _this.ff = null; _this.ex = null; _this.gl = null; _this.b8 = 0; _this.gn = null; _this.gm = null; _this.gd = null; _this.b3 = 0; _this.gf = null; _this.ge = null; _this.ax = false; _this.gk = null; return _this; } SeriesViewerDescription.prototype.get_type = function () { return "SeriesViewer"; }; Object.defineProperty(SeriesViewerDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "series", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("Series"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "fullSeries", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("FullSeries"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "brushes", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("Brushes"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "outlines", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("Outlines"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "markerBrushes", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("MarkerBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "markerOutlines", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("MarkerOutlines"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "markerAutomaticBehavior", { get: function () { return this.fl; }, set: function (a) { this.fl = a; this.j("MarkerAutomaticBehavior"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "crosshairPoint", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("CrosshairPoint"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "legendRef", { get: function () { return this.fk; }, set: function (a) { this.fk = a; this.j("LegendRef"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "animateSeriesWhenAxisRangeChanges", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("AnimateSeriesWhenAxisRangeChanges"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "seriesValueLayerUseLegend", { get: function () { return this.at; }, set: function (a) { this.at = a; this.j("SeriesValueLayerUseLegend"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "isUserAnnotationsEnabled", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.j("IsUserAnnotationsEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "isWindowSyncedToVisibleRange", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.j("IsWindowSyncedToVisibleRange"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "shouldSimulateHoverMoveCrosshairPoint", { get: function () { return this.aw; }, set: function (a) { this.aw = a; this.j("ShouldSimulateHoverMoveCrosshairPoint"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "highlightingMode", { get: function () { return this.e9; }, set: function (a) { this.e9 = a; this.j("HighlightingMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "highlightingFadeOpacity", { get: function () { return this.bp; }, set: function (a) { this.bp = a; this.j("HighlightingFadeOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "selectionMode", { get: function () { return this.f2; }, set: function (a) { this.f2 = a; this.j("SelectionMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "selectionBehavior", { get: function () { return this.f0; }, set: function (a) { this.f0 = a; this.j("SelectionBehavior"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "focusMode", { get: function () { return this.e5; }, set: function (a) { this.e5 = a; this.j("FocusMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarMode", { get: function () { return this.fc; }, set: function (a) { this.fc = a; this.j("HorizontalViewScrollbarMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarMode", { get: function () { return this.gv; }, set: function (a) { this.gv = a; this.j("VerticalViewScrollbarMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarPosition", { get: function () { return this.fe; }, set: function (a) { this.fe = a; this.j("HorizontalViewScrollbarPosition"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarPosition", { get: function () { return this.gx; }, set: function (a) { this.gx = a; this.j("VerticalViewScrollbarPosition"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarFill", { get: function () { return this.fb; }, set: function (a) { this.fb = a; this.j("HorizontalViewScrollbarFill"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarOutline", { get: function () { return this.fd; }, set: function (a) { this.fd = a; this.j("HorizontalViewScrollbarOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarStrokeThickness", { get: function () { return this.bu; }, set: function (a) { this.bu = a; this.j("HorizontalViewScrollbarStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarMaxOpacity", { get: function () { return this.bt; }, set: function (a) { this.bt = a; this.j("HorizontalViewScrollbarMaxOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarCornerRadius", { get: function () { return this.bq; }, set: function (a) { this.bq = a; this.j("HorizontalViewScrollbarCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarHeight", { get: function () { return this.br; }, set: function (a) { this.br = a; this.j("HorizontalViewScrollbarHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarInset", { get: function () { return this.bs; }, set: function (a) { this.bs = a; this.j("HorizontalViewScrollbarInset"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarTrackStartInset", { get: function () { return this.bw; }, set: function (a) { this.bw = a; this.j("HorizontalViewScrollbarTrackStartInset"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarTrackEndInset", { get: function () { return this.bv; }, set: function (a) { this.bv = a; this.j("HorizontalViewScrollbarTrackEndInset"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarShouldAddAutoTrackInsets", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("HorizontalViewScrollbarShouldAddAutoTrackInsets"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarFill", { get: function () { return this.gu; }, set: function (a) { this.gu = a; this.j("VerticalViewScrollbarFill"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarOutline", { get: function () { return this.gw; }, set: function (a) { this.gw = a; this.j("VerticalViewScrollbarOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarStrokeThickness", { get: function () { return this.cg; }, set: function (a) { this.cg = a; this.j("VerticalViewScrollbarStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarMaxOpacity", { get: function () { return this.cf; }, set: function (a) { this.cf = a; this.j("VerticalViewScrollbarMaxOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarCornerRadius", { get: function () { return this.cd; }, set: function (a) { this.cd = a; this.j("VerticalViewScrollbarCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarWidth", { get: function () { return this.cj; }, set: function (a) { this.cj = a; this.j("VerticalViewScrollbarWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarInset", { get: function () { return this.ce; }, set: function (a) { this.ce = a; this.j("VerticalViewScrollbarInset"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarTrackStartInset", { get: function () { return this.ci; }, set: function (a) { this.ci = a; this.j("VerticalViewScrollbarTrackStartInset"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarTrackEndInset", { get: function () { return this.ch; }, set: function (a) { this.ch = a; this.j("VerticalViewScrollbarTrackEndInset"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarShouldAddAutoTrackInsets", { get: function () { return this.az; }, set: function (a) { this.az = a; this.j("VerticalViewScrollbarShouldAddAutoTrackInsets"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "highlightingBehavior", { get: function () { return this.e8; }, set: function (a) { this.e8 = a; this.j("HighlightingBehavior"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "legendHighlightingMode", { get: function () { return this.fh; }, set: function (a) { this.fh = a; this.j("LegendHighlightingMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "legendItemBadgeShape", { get: function () { return this.fj; }, set: function (a) { this.fj = a; this.j("LegendItemBadgeShape"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "legendItemBadgeMode", { get: function () { return this.fi; }, set: function (a) { this.fi = a; this.j("LegendItemBadgeMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "fireMouseLeaveOnManipulationStart", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("FireMouseLeaveOnManipulationStart"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "effectiveViewport", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("EffectiveViewport"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "windowRect", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("WindowRect"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "useTiledZooming", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.j("UseTiledZooming"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "preferHigherResolutionTiles", { get: function () { return this.as; }, set: function (a) { this.as = a; this.j("PreferHigherResolutionTiles"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "zoomTileCacheSize", { get: function () { return this.d9; }, set: function (a) { this.d9 = a; this.j("ZoomTileCacheSize"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "highlightingTransitionDuration", { get: function () { return this.d4; }, set: function (a) { this.d4 = a; this.j("HighlightingTransitionDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "resizeIdleMilliseconds", { get: function () { return this.d5; }, set: function (a) { this.d5 = a; this.j("ResizeIdleMilliseconds"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "selectionTransitionDuration", { get: function () { return this.d8; }, set: function (a) { this.d8 = a; this.j("SelectionTransitionDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "selectionDismissDelayMilliseconds", { get: function () { return this.d7; }, set: function (a) { this.d7 = a; this.j("SelectionDismissDelayMilliseconds"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "highlightingDismissDelayMilliseconds", { get: function () { return this.d3; }, set: function (a) { this.d3 = a; this.j("HighlightingDismissDelayMilliseconds"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "focusDismissDelayMilliseconds", { get: function () { return this.d1; }, set: function (a) { this.d1 = a; this.j("FocusDismissDelayMilliseconds"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "focusTransitionDuration", { get: function () { return this.d2; }, set: function (a) { this.d2 = a; this.j("FocusTransitionDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "scrollbarsAnimationDuration", { get: function () { return this.d6; }, set: function (a) { this.d6 = a; this.j("ScrollbarsAnimationDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "isPagePanningAllowed", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("IsPagePanningAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "contentHitTestMode", { get: function () { return this.ez; }, set: function (a) { this.ez = a; this.j("ContentHitTestMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "actualContentHitTestMode", { get: function () { return this.ej; }, set: function (a) { this.ej = a; this.j("ActualContentHitTestMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "isSurfaceInteractionDisabled", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("IsSurfaceInteractionDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "windowResponse", { get: function () { return this.g1; }, set: function (a) { this.g1 = a; this.j("WindowResponse"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "windowRectMinWidth", { get: function () { return this.cn; }, set: function (a) { this.cn = a; this.j("WindowRectMinWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "windowRectMinHeight", { get: function () { return this.cm; }, set: function (a) { this.cm = a; this.j("WindowRectMinHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRectMinWidth", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.j("ActualWindowRectMinWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRectMinHeight", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("ActualWindowRectMinHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "windowSizeMinWidth", { get: function () { return this.cp; }, set: function (a) { this.cp = a; this.j("WindowSizeMinWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "windowSizeMinHeight", { get: function () { return this.co; }, set: function (a) { this.co = a; this.j("WindowSizeMinHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "syncChannel", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.j("SyncChannel"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "crosshairVisibility", { get: function () { return this.e0; }, set: function (a) { this.e0 = a; this.j("CrosshairVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "horizontalCrosshairBrush", { get: function () { return this.fa; }, set: function (a) { this.fa = a; this.j("HorizontalCrosshairBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "verticalCrosshairBrush", { get: function () { return this.gt; }, set: function (a) { this.gt = a; this.j("VerticalCrosshairBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "zoomCoercionMode", { get: function () { return this.g2; }, set: function (a) { this.g2 = a; this.j("ZoomCoercionMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaBackground", { get: function () { return this.fn; }, set: function (a) { this.fn = a; this.j("PlotAreaBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "shouldMatchZOrderToSeriesOrder", { get: function () { return this.au; }, set: function (a) { this.au = a; this.j("ShouldMatchZOrderToSeriesOrder"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "defaultInteraction", { get: function () { return this.e1; }, set: function (a) { this.e1 = a; this.j("DefaultInteraction"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "interactionOverride", { get: function () { return this.fg; }, set: function (a) { this.fg = a; this.j("InteractionOverride"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "rightButtonDefaultInteraction", { get: function () { return this.fy; }, set: function (a) { this.fy = a; this.j("RightButtonDefaultInteraction"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "dragModifier", { get: function () { return this.e2; }, set: function (a) { this.e2 = a; this.j("DragModifier"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "panModifier", { get: function () { return this.fm; }, set: function (a) { this.fm = a; this.j("PanModifier"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "selectionModifier", { get: function () { return this.f3; }, set: function (a) { this.f3 = a; this.j("SelectionModifier"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "previewRect", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("PreviewRect"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "highlightedValuesDisplayMode", { get: function () { return this.e7; }, set: function (a) { this.e7 = a; this.j("HighlightedValuesDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "selectedSeriesItems", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("SelectedSeriesItems"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "focusedSeriesItems", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("FocusedSeriesItems"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "windowPositionHorizontal", { get: function () { return this.ck; }, set: function (a) { this.ck = a; this.j("WindowPositionHorizontal"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "windowPositionVertical", { get: function () { return this.cl; }, set: function (a) { this.cl = a; this.j("WindowPositionVertical"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "selectionBrush", { get: function () { return this.f1; }, set: function (a) { this.f1 = a; this.j("SelectionBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "focusBrush", { get: function () { return this.e3; }, set: function (a) { this.e3 = a; this.j("FocusBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "chartTitle", { get: function () { return this.ey; }, set: function (a) { this.ey = a; this.j("ChartTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "titleHorizontalAlignment", { get: function () { return this.go; }, set: function (a) { this.go = a; this.j("TitleHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "subtitleHorizontalAlignment", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.j("SubtitleHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "titleTextStyle", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.j("TitleTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTextStyle", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.j("SubtitleTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "titleTextColor", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.j("TitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTextColor", { get: function () { return this.gh; }, set: function (a) { this.gh = a; this.j("SubtitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "titleTopMargin", { get: function () { return this.cb; }, set: function (a) { this.cb = a; this.j("TitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "titleLeftMargin", { get: function () { return this.b9; }, set: function (a) { this.b9 = a; this.j("TitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "titleRightMargin", { get: function () { return this.ca; }, set: function (a) { this.ca = a; this.j("TitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "titleBottomMargin", { get: function () { return this.b7; }, set: function (a) { this.b7 = a; this.j("TitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTopMargin", { get: function () { return this.b6; }, set: function (a) { this.b6 = a; this.j("SubtitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "subtitleLeftMargin", { get: function () { return this.b4; }, set: function (a) { this.b4 = a; this.j("SubtitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "subtitleRightMargin", { get: function () { return this.b5; }, set: function (a) { this.b5 = a; this.j("SubtitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "subtitleBottomMargin", { get: function () { return this.b2; }, set: function (a) { this.b2 = a; this.j("SubtitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "subtitle", { get: function () { return this.gc; }, set: function (a) { this.gc = a; this.j("Subtitle"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "topMargin", { get: function () { return this.cc; }, set: function (a) { this.cc = a; this.j("TopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "leftMargin", { get: function () { return this.by; }, set: function (a) { this.by = a; this.j("LeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "rightMargin", { get: function () { return this.b1; }, set: function (a) { this.b1 = a; this.j("RightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "bottomMargin", { get: function () { return this.bo; }, set: function (a) { this.bo = a; this.j("BottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "autoMarginWidth", { get: function () { return this.bn; }, set: function (a) { this.bn = a; this.j("AutoMarginWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "autoMarginHeight", { get: function () { return this.bm; }, set: function (a) { this.bm = a; this.j("AutoMarginHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "isAntiAliasingEnabledDuringInteraction", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("IsAntiAliasingEnabledDuringInteraction"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "pixelScalingRatio", { get: function () { return this.bz; }, set: function (a) { this.bz = a; this.j("PixelScalingRatio"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "interactionPixelScalingRatio", { get: function () { return this.bx; }, set: function (a) { this.bx = a; this.j("InteractionPixelScalingRatio"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "actualPixelScalingRatio", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("ActualPixelScalingRatio"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "actualInteractionPixelScalingRatio", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("ActualInteractionPixelScalingRatio"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "shouldPanOnMaximumZoom", { get: function () { return this.av; }, set: function (a) { this.av = a; this.j("ShouldPanOnMaximumZoom"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRect", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("ActualWindowRect"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowPositionHorizontal", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("ActualWindowPositionHorizontal"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowPositionVertical", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("ActualWindowPositionVertical"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "previewPathStroke", { get: function () { return this.fv; }, set: function (a) { this.fv = a; this.j("PreviewPathStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "previewPathFill", { get: function () { return this.fu; }, set: function (a) { this.fu = a; this.j("PreviewPathFill"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "previewPathOpacity", { get: function () { return this.b0; }, set: function (a) { this.b0 = a; this.j("PreviewPathOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "userAnnotationInformationRequestedRef", { get: function () { return this.gr; }, set: function (a) { this.gr = a; this.j("UserAnnotationInformationRequestedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "userAnnotationToolTipContentUpdatingRef", { get: function () { return this.gs; }, set: function (a) { this.gs = a; this.j("UserAnnotationToolTipContentUpdatingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseLeftButtonDownRef", { get: function () { return this.fr; }, set: function (a) { this.fr = a; this.j("PlotAreaMouseLeftButtonDownRef"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseLeftButtonUpRef", { get: function () { return this.fs; }, set: function (a) { this.fs = a; this.j("PlotAreaMouseLeftButtonUpRef"); }, enumerable: false, configurable: true }); Object.defineProperty(SeriesViewerDescription.prototype, "p