igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
1,227 lines (1,226 loc) • 35.7 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let SeriesViewerDescription = /*@__PURE__*/ (() => {
class SeriesViewerDescription extends Description {
constructor() {
super();
this.n = null;
this.h = null;
this.l = null;
this.j = null;
this.k = null;
this.eo = null;
this.v = null;
this.en = null;
this.af = false;
this.am = false;
this.ak = false;
this.ap = false;
this.ec = null;
this.e2 = null;
this.e0 = null;
this.d8 = null;
this.ef = null;
this.ft = null;
this.eh = null;
this.fv = null;
this.ee = null;
this.eg = null;
this.bk = 0;
this.bj = 0;
this.bg = 0;
this.bh = 0;
this.bi = 0;
this.bm = 0;
this.bl = 0;
this.ag = false;
this.fs = null;
this.fu = null;
this.b5 = 0;
this.b4 = 0;
this.b2 = 0;
this.b8 = 0;
this.b3 = 0;
this.b7 = 0;
this.b6 = 0;
this.as = false;
this.eb = null;
this.ek = null;
this.em = null;
this.el = null;
this.y = null;
this.aa = null;
this.ar = false;
this.al = false;
this.ds = 0;
this.dp = 0;
this.dr = 0;
this.dn = 0;
this.dq = 0;
this.ai = false;
this.d2 = null;
this.dy = null;
this.aj = false;
this.fz = null;
this.cc = 0;
this.cb = 0;
this.bc = 0;
this.bb = 0;
this.ce = 0;
this.cd = 0;
this.fj = null;
this.d3 = null;
this.ed = null;
this.fr = null;
this.f0 = null;
this.eq = null;
this.an = false;
this.d4 = null;
this.ej = null;
this.ey = null;
this.d5 = null;
this.ep = null;
this.e3 = null;
this.z = null;
this.ea = null;
this.m = null;
this.i = null;
this.b9 = 0;
this.ca = 0;
this.e1 = null;
this.d6 = null;
this.d1 = null;
this.fo = null;
this.fg = null;
this.fq = null;
this.fi = null;
this.fp = null;
this.fh = null;
this.b0 = 0;
this.by = 0;
this.bz = 0;
this.bw = 0;
this.bv = 0;
this.bt = 0;
this.bu = 0;
this.br = 0;
this.fc = null;
this.b1 = 0;
this.bo = 0;
this.bq = 0;
this.bf = 0;
this.be = 0;
this.bd = 0;
this.ah = false;
this.bp = 0;
this.bn = 0;
this.a8 = 0;
this.a7 = 0;
this.ao = false;
this.x = null;
this.a9 = 0;
this.ba = 0;
this.eu = null;
this.ev = null;
this.er = null;
this.es = null;
this.et = null;
this.ew = null;
this.e5 = null;
this.e8 = null;
this.e9 = null;
this.e4 = null;
this.fa = null;
this.e6 = null;
this.e7 = null;
this.fx = null;
this.fw = null;
this.fy = null;
this.fb = null;
this.dz = null;
this.d9 = null;
this.ez = null;
this.d7 = null;
this.ex = null;
this.ei = null;
this.d0 = null;
this.fl = null;
this.bx = 0;
this.fn = null;
this.fm = null;
this.fd = null;
this.bs = 0;
this.ff = null;
this.fe = null;
this.aq = false;
this.fk = null;
}
get_type() {
return "SeriesViewer";
}
get type() {
return this.get_type();
}
get series() {
return this.n;
}
set series(a) {
this.n = a;
this.g("Series");
}
get brushes() {
return this.h;
}
set brushes(a) {
this.h = a;
this.g("Brushes");
}
get outlines() {
return this.l;
}
set outlines(a) {
this.l = a;
this.g("Outlines");
}
get markerBrushes() {
return this.j;
}
set markerBrushes(a) {
this.j = a;
this.g("MarkerBrushes");
}
get markerOutlines() {
return this.k;
}
set markerOutlines(a) {
this.k = a;
this.g("MarkerOutlines");
}
get markerAutomaticBehavior() {
return this.eo;
}
set markerAutomaticBehavior(a) {
this.eo = a;
this.g("MarkerAutomaticBehavior");
}
get crosshairPoint() {
return this.v;
}
set crosshairPoint(a) {
this.v = a;
this.g("CrosshairPoint");
}
get legendRef() {
return this.en;
}
set legendRef(a) {
this.en = a;
this.g("LegendRef");
}
get animateSeriesWhenAxisRangeChanges() {
return this.af;
}
set animateSeriesWhenAxisRangeChanges(a) {
this.af = a;
this.g("AnimateSeriesWhenAxisRangeChanges");
}
get seriesValueLayerUseLegend() {
return this.am;
}
set seriesValueLayerUseLegend(a) {
this.am = a;
this.g("SeriesValueLayerUseLegend");
}
get isWindowSyncedToVisibleRange() {
return this.ak;
}
set isWindowSyncedToVisibleRange(a) {
this.ak = a;
this.g("IsWindowSyncedToVisibleRange");
}
get shouldSimulateHoverMoveCrosshairPoint() {
return this.ap;
}
set shouldSimulateHoverMoveCrosshairPoint(a) {
this.ap = a;
this.g("ShouldSimulateHoverMoveCrosshairPoint");
}
get highlightingMode() {
return this.ec;
}
set highlightingMode(a) {
this.ec = a;
this.g("HighlightingMode");
}
get selectionMode() {
return this.e2;
}
set selectionMode(a) {
this.e2 = a;
this.g("SelectionMode");
}
get selectionBehavior() {
return this.e0;
}
set selectionBehavior(a) {
this.e0 = a;
this.g("SelectionBehavior");
}
get focusMode() {
return this.d8;
}
set focusMode(a) {
this.d8 = a;
this.g("FocusMode");
}
get horizontalViewScrollbarMode() {
return this.ef;
}
set horizontalViewScrollbarMode(a) {
this.ef = a;
this.g("HorizontalViewScrollbarMode");
}
get verticalViewScrollbarMode() {
return this.ft;
}
set verticalViewScrollbarMode(a) {
this.ft = a;
this.g("VerticalViewScrollbarMode");
}
get horizontalViewScrollbarPosition() {
return this.eh;
}
set horizontalViewScrollbarPosition(a) {
this.eh = a;
this.g("HorizontalViewScrollbarPosition");
}
get verticalViewScrollbarPosition() {
return this.fv;
}
set verticalViewScrollbarPosition(a) {
this.fv = a;
this.g("VerticalViewScrollbarPosition");
}
get horizontalViewScrollbarFill() {
return this.ee;
}
set horizontalViewScrollbarFill(a) {
this.ee = a;
this.g("HorizontalViewScrollbarFill");
}
get horizontalViewScrollbarOutline() {
return this.eg;
}
set horizontalViewScrollbarOutline(a) {
this.eg = a;
this.g("HorizontalViewScrollbarOutline");
}
get horizontalViewScrollbarStrokeThickness() {
return this.bk;
}
set horizontalViewScrollbarStrokeThickness(a) {
this.bk = a;
this.g("HorizontalViewScrollbarStrokeThickness");
}
get horizontalViewScrollbarMaxOpacity() {
return this.bj;
}
set horizontalViewScrollbarMaxOpacity(a) {
this.bj = a;
this.g("HorizontalViewScrollbarMaxOpacity");
}
get horizontalViewScrollbarCornerRadius() {
return this.bg;
}
set horizontalViewScrollbarCornerRadius(a) {
this.bg = a;
this.g("HorizontalViewScrollbarCornerRadius");
}
get horizontalViewScrollbarHeight() {
return this.bh;
}
set horizontalViewScrollbarHeight(a) {
this.bh = a;
this.g("HorizontalViewScrollbarHeight");
}
get horizontalViewScrollbarInset() {
return this.bi;
}
set horizontalViewScrollbarInset(a) {
this.bi = a;
this.g("HorizontalViewScrollbarInset");
}
get horizontalViewScrollbarTrackStartInset() {
return this.bm;
}
set horizontalViewScrollbarTrackStartInset(a) {
this.bm = a;
this.g("HorizontalViewScrollbarTrackStartInset");
}
get horizontalViewScrollbarTrackEndInset() {
return this.bl;
}
set horizontalViewScrollbarTrackEndInset(a) {
this.bl = a;
this.g("HorizontalViewScrollbarTrackEndInset");
}
get horizontalViewScrollbarShouldAddAutoTrackInsets() {
return this.ag;
}
set horizontalViewScrollbarShouldAddAutoTrackInsets(a) {
this.ag = a;
this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
}
get verticalViewScrollbarFill() {
return this.fs;
}
set verticalViewScrollbarFill(a) {
this.fs = a;
this.g("VerticalViewScrollbarFill");
}
get verticalViewScrollbarOutline() {
return this.fu;
}
set verticalViewScrollbarOutline(a) {
this.fu = a;
this.g("VerticalViewScrollbarOutline");
}
get verticalViewScrollbarStrokeThickness() {
return this.b5;
}
set verticalViewScrollbarStrokeThickness(a) {
this.b5 = a;
this.g("VerticalViewScrollbarStrokeThickness");
}
get verticalViewScrollbarMaxOpacity() {
return this.b4;
}
set verticalViewScrollbarMaxOpacity(a) {
this.b4 = a;
this.g("VerticalViewScrollbarMaxOpacity");
}
get verticalViewScrollbarCornerRadius() {
return this.b2;
}
set verticalViewScrollbarCornerRadius(a) {
this.b2 = a;
this.g("VerticalViewScrollbarCornerRadius");
}
get verticalViewScrollbarWidth() {
return this.b8;
}
set verticalViewScrollbarWidth(a) {
this.b8 = a;
this.g("VerticalViewScrollbarWidth");
}
get verticalViewScrollbarInset() {
return this.b3;
}
set verticalViewScrollbarInset(a) {
this.b3 = a;
this.g("VerticalViewScrollbarInset");
}
get verticalViewScrollbarTrackStartInset() {
return this.b7;
}
set verticalViewScrollbarTrackStartInset(a) {
this.b7 = a;
this.g("VerticalViewScrollbarTrackStartInset");
}
get verticalViewScrollbarTrackEndInset() {
return this.b6;
}
set verticalViewScrollbarTrackEndInset(a) {
this.b6 = a;
this.g("VerticalViewScrollbarTrackEndInset");
}
get verticalViewScrollbarShouldAddAutoTrackInsets() {
return this.as;
}
set verticalViewScrollbarShouldAddAutoTrackInsets(a) {
this.as = a;
this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
}
get highlightingBehavior() {
return this.eb;
}
set highlightingBehavior(a) {
this.eb = a;
this.g("HighlightingBehavior");
}
get legendHighlightingMode() {
return this.ek;
}
set legendHighlightingMode(a) {
this.ek = a;
this.g("LegendHighlightingMode");
}
get legendItemBadgeShape() {
return this.em;
}
set legendItemBadgeShape(a) {
this.em = a;
this.g("LegendItemBadgeShape");
}
get legendItemBadgeMode() {
return this.el;
}
set legendItemBadgeMode(a) {
this.el = a;
this.g("LegendItemBadgeMode");
}
get effectiveViewport() {
return this.y;
}
set effectiveViewport(a) {
this.y = a;
this.g("EffectiveViewport");
}
get windowRect() {
return this.aa;
}
set windowRect(a) {
this.aa = a;
this.g("WindowRect");
}
get useTiledZooming() {
return this.ar;
}
set useTiledZooming(a) {
this.ar = a;
this.g("UseTiledZooming");
}
get preferHigherResolutionTiles() {
return this.al;
}
set preferHigherResolutionTiles(a) {
this.al = a;
this.g("PreferHigherResolutionTiles");
}
get zoomTileCacheSize() {
return this.ds;
}
set zoomTileCacheSize(a) {
this.ds = a;
this.g("ZoomTileCacheSize");
}
get highlightingTransitionDuration() {
return this.dp;
}
set highlightingTransitionDuration(a) {
this.dp = a;
this.g("HighlightingTransitionDuration");
}
get selectionTransitionDuration() {
return this.dr;
}
set selectionTransitionDuration(a) {
this.dr = a;
this.g("SelectionTransitionDuration");
}
get focusTransitionDuration() {
return this.dn;
}
set focusTransitionDuration(a) {
this.dn = a;
this.g("FocusTransitionDuration");
}
get scrollbarsAnimationDuration() {
return this.dq;
}
set scrollbarsAnimationDuration(a) {
this.dq = a;
this.g("ScrollbarsAnimationDuration");
}
get isPagePanningAllowed() {
return this.ai;
}
set isPagePanningAllowed(a) {
this.ai = a;
this.g("IsPagePanningAllowed");
}
get contentHitTestMode() {
return this.d2;
}
set contentHitTestMode(a) {
this.d2 = a;
this.g("ContentHitTestMode");
}
get actualContentHitTestMode() {
return this.dy;
}
set actualContentHitTestMode(a) {
this.dy = a;
this.g("ActualContentHitTestMode");
}
get isSurfaceInteractionDisabled() {
return this.aj;
}
set isSurfaceInteractionDisabled(a) {
this.aj = a;
this.g("IsSurfaceInteractionDisabled");
}
get windowResponse() {
return this.fz;
}
set windowResponse(a) {
this.fz = a;
this.g("WindowResponse");
}
get windowRectMinWidth() {
return this.cc;
}
set windowRectMinWidth(a) {
this.cc = a;
this.g("WindowRectMinWidth");
}
get windowRectMinHeight() {
return this.cb;
}
set windowRectMinHeight(a) {
this.cb = a;
this.g("WindowRectMinHeight");
}
get actualWindowRectMinWidth() {
return this.bc;
}
set actualWindowRectMinWidth(a) {
this.bc = a;
this.g("ActualWindowRectMinWidth");
}
get actualWindowRectMinHeight() {
return this.bb;
}
set actualWindowRectMinHeight(a) {
this.bb = a;
this.g("ActualWindowRectMinHeight");
}
get windowSizeMinWidth() {
return this.ce;
}
set windowSizeMinWidth(a) {
this.ce = a;
this.g("WindowSizeMinWidth");
}
get windowSizeMinHeight() {
return this.cd;
}
set windowSizeMinHeight(a) {
this.cd = a;
this.g("WindowSizeMinHeight");
}
get syncChannel() {
return this.fj;
}
set syncChannel(a) {
this.fj = a;
this.g("SyncChannel");
}
get crosshairVisibility() {
return this.d3;
}
set crosshairVisibility(a) {
this.d3 = a;
this.g("CrosshairVisibility");
}
get horizontalCrosshairBrush() {
return this.ed;
}
set horizontalCrosshairBrush(a) {
this.ed = a;
this.g("HorizontalCrosshairBrush");
}
get verticalCrosshairBrush() {
return this.fr;
}
set verticalCrosshairBrush(a) {
this.fr = a;
this.g("VerticalCrosshairBrush");
}
get zoomCoercionMode() {
return this.f0;
}
set zoomCoercionMode(a) {
this.f0 = a;
this.g("ZoomCoercionMode");
}
get plotAreaBackground() {
return this.eq;
}
set plotAreaBackground(a) {
this.eq = a;
this.g("PlotAreaBackground");
}
get shouldMatchZOrderToSeriesOrder() {
return this.an;
}
set shouldMatchZOrderToSeriesOrder(a) {
this.an = a;
this.g("ShouldMatchZOrderToSeriesOrder");
}
get defaultInteraction() {
return this.d4;
}
set defaultInteraction(a) {
this.d4 = a;
this.g("DefaultInteraction");
}
get interactionOverride() {
return this.ej;
}
set interactionOverride(a) {
this.ej = a;
this.g("InteractionOverride");
}
get rightButtonDefaultInteraction() {
return this.ey;
}
set rightButtonDefaultInteraction(a) {
this.ey = a;
this.g("RightButtonDefaultInteraction");
}
get dragModifier() {
return this.d5;
}
set dragModifier(a) {
this.d5 = a;
this.g("DragModifier");
}
get panModifier() {
return this.ep;
}
set panModifier(a) {
this.ep = a;
this.g("PanModifier");
}
get selectionModifier() {
return this.e3;
}
set selectionModifier(a) {
this.e3 = a;
this.g("SelectionModifier");
}
get previewRect() {
return this.z;
}
set previewRect(a) {
this.z = a;
this.g("PreviewRect");
}
get highlightedValuesDisplayMode() {
return this.ea;
}
set highlightedValuesDisplayMode(a) {
this.ea = a;
this.g("HighlightedValuesDisplayMode");
}
get selectedSeriesItems() {
return this.m;
}
set selectedSeriesItems(a) {
this.m = a;
this.g("SelectedSeriesItems");
}
get focusedSeriesItems() {
return this.i;
}
set focusedSeriesItems(a) {
this.i = a;
this.g("FocusedSeriesItems");
}
get windowPositionHorizontal() {
return this.b9;
}
set windowPositionHorizontal(a) {
this.b9 = a;
this.g("WindowPositionHorizontal");
}
get windowPositionVertical() {
return this.ca;
}
set windowPositionVertical(a) {
this.ca = a;
this.g("WindowPositionVertical");
}
get selectionBrush() {
return this.e1;
}
set selectionBrush(a) {
this.e1 = a;
this.g("SelectionBrush");
}
get focusBrush() {
return this.d6;
}
set focusBrush(a) {
this.d6 = a;
this.g("FocusBrush");
}
get chartTitle() {
return this.d1;
}
set chartTitle(a) {
this.d1 = a;
this.g("ChartTitle");
}
get titleHorizontalAlignment() {
return this.fo;
}
set titleHorizontalAlignment(a) {
this.fo = a;
this.g("TitleHorizontalAlignment");
}
get subtitleHorizontalAlignment() {
return this.fg;
}
set subtitleHorizontalAlignment(a) {
this.fg = a;
this.g("SubtitleHorizontalAlignment");
}
get titleTextStyle() {
return this.fq;
}
set titleTextStyle(a) {
this.fq = a;
this.g("TitleTextStyle");
}
get subtitleTextStyle() {
return this.fi;
}
set subtitleTextStyle(a) {
this.fi = a;
this.g("SubtitleTextStyle");
}
get titleTextColor() {
return this.fp;
}
set titleTextColor(a) {
this.fp = a;
this.g("TitleTextColor");
}
get subtitleTextColor() {
return this.fh;
}
set subtitleTextColor(a) {
this.fh = a;
this.g("SubtitleTextColor");
}
get titleTopMargin() {
return this.b0;
}
set titleTopMargin(a) {
this.b0 = a;
this.g("TitleTopMargin");
}
get titleLeftMargin() {
return this.by;
}
set titleLeftMargin(a) {
this.by = a;
this.g("TitleLeftMargin");
}
get titleRightMargin() {
return this.bz;
}
set titleRightMargin(a) {
this.bz = a;
this.g("TitleRightMargin");
}
get titleBottomMargin() {
return this.bw;
}
set titleBottomMargin(a) {
this.bw = a;
this.g("TitleBottomMargin");
}
get subtitleTopMargin() {
return this.bv;
}
set subtitleTopMargin(a) {
this.bv = a;
this.g("SubtitleTopMargin");
}
get subtitleLeftMargin() {
return this.bt;
}
set subtitleLeftMargin(a) {
this.bt = a;
this.g("SubtitleLeftMargin");
}
get subtitleRightMargin() {
return this.bu;
}
set subtitleRightMargin(a) {
this.bu = a;
this.g("SubtitleRightMargin");
}
get subtitleBottomMargin() {
return this.br;
}
set subtitleBottomMargin(a) {
this.br = a;
this.g("SubtitleBottomMargin");
}
get subtitle() {
return this.fc;
}
set subtitle(a) {
this.fc = a;
this.g("Subtitle");
}
get topMargin() {
return this.b1;
}
set topMargin(a) {
this.b1 = a;
this.g("TopMargin");
}
get leftMargin() {
return this.bo;
}
set leftMargin(a) {
this.bo = a;
this.g("LeftMargin");
}
get rightMargin() {
return this.bq;
}
set rightMargin(a) {
this.bq = a;
this.g("RightMargin");
}
get bottomMargin() {
return this.bf;
}
set bottomMargin(a) {
this.bf = a;
this.g("BottomMargin");
}
get autoMarginWidth() {
return this.be;
}
set autoMarginWidth(a) {
this.be = a;
this.g("AutoMarginWidth");
}
get autoMarginHeight() {
return this.bd;
}
set autoMarginHeight(a) {
this.bd = a;
this.g("AutoMarginHeight");
}
get isAntiAliasingEnabledDuringInteraction() {
return this.ah;
}
set isAntiAliasingEnabledDuringInteraction(a) {
this.ah = a;
this.g("IsAntiAliasingEnabledDuringInteraction");
}
get pixelScalingRatio() {
return this.bp;
}
set pixelScalingRatio(a) {
this.bp = a;
this.g("PixelScalingRatio");
}
get interactionPixelScalingRatio() {
return this.bn;
}
set interactionPixelScalingRatio(a) {
this.bn = a;
this.g("InteractionPixelScalingRatio");
}
get actualPixelScalingRatio() {
return this.a8;
}
set actualPixelScalingRatio(a) {
this.a8 = a;
this.g("ActualPixelScalingRatio");
}
get actualInteractionPixelScalingRatio() {
return this.a7;
}
set actualInteractionPixelScalingRatio(a) {
this.a7 = a;
this.g("ActualInteractionPixelScalingRatio");
}
get shouldPanOnMaximumZoom() {
return this.ao;
}
set shouldPanOnMaximumZoom(a) {
this.ao = a;
this.g("ShouldPanOnMaximumZoom");
}
get actualWindowRect() {
return this.x;
}
set actualWindowRect(a) {
this.x = a;
this.g("ActualWindowRect");
}
get actualWindowPositionHorizontal() {
return this.a9;
}
set actualWindowPositionHorizontal(a) {
this.a9 = a;
this.g("ActualWindowPositionHorizontal");
}
get actualWindowPositionVertical() {
return this.ba;
}
set actualWindowPositionVertical(a) {
this.ba = a;
this.g("ActualWindowPositionVertical");
}
get plotAreaMouseLeftButtonDownRef() {
return this.eu;
}
set plotAreaMouseLeftButtonDownRef(a) {
this.eu = a;
this.g("PlotAreaMouseLeftButtonDownRef");
}
get plotAreaMouseLeftButtonUpRef() {
return this.ev;
}
set plotAreaMouseLeftButtonUpRef(a) {
this.ev = a;
this.g("PlotAreaMouseLeftButtonUpRef");
}
get plotAreaClickedRef() {
return this.er;
}
set plotAreaClickedRef(a) {
this.er = a;
this.g("PlotAreaClickedRef");
}
get plotAreaMouseEnterRef() {
return this.es;
}
set plotAreaMouseEnterRef(a) {
this.es = a;
this.g("PlotAreaMouseEnterRef");
}
get plotAreaMouseLeaveRef() {
return this.et;
}
set plotAreaMouseLeaveRef(a) {
this.et = a;
this.g("PlotAreaMouseLeaveRef");
}
get plotAreaMouseOverRef() {
return this.ew;
}
set plotAreaMouseOverRef(a) {
this.ew = a;
this.g("PlotAreaMouseOverRef");
}
get seriesCursorMouseMoveRef() {
return this.e5;
}
set seriesCursorMouseMoveRef(a) {
this.e5 = a;
this.g("SeriesCursorMouseMoveRef");
}
get seriesMouseLeftButtonDownRef() {
return this.e8;
}
set seriesMouseLeftButtonDownRef(a) {
this.e8 = a;
this.g("SeriesMouseLeftButtonDownRef");
}
get seriesMouseLeftButtonUpRef() {
return this.e9;
}
set seriesMouseLeftButtonUpRef(a) {
this.e9 = a;
this.g("SeriesMouseLeftButtonUpRef");
}
get seriesClickRef() {
return this.e4;
}
set seriesClickRef(a) {
this.e4 = a;
this.g("SeriesClickRef");
}
get seriesMouseMoveRef() {
return this.fa;
}
set seriesMouseMoveRef(a) {
this.fa = a;
this.g("SeriesMouseMoveRef");
}
get seriesMouseEnterRef() {
return this.e6;
}
set seriesMouseEnterRef(a) {
this.e6 = a;
this.g("SeriesMouseEnterRef");
}
get seriesMouseLeaveRef() {
return this.e7;
}
set seriesMouseLeaveRef(a) {
this.e7 = a;
this.g("SeriesMouseLeaveRef");
}
get viewerManipulationStartingRef() {
return this.fx;
}
set viewerManipulationStartingRef(a) {
this.fx = a;
this.g("ViewerManipulationStartingRef");
}
get viewerManipulationEndingRef() {
return this.fw;
}
set viewerManipulationEndingRef(a) {
this.fw = a;
this.g("ViewerManipulationEndingRef");
}
get windowRectChangedRef() {
return this.fy;
}
set windowRectChangedRef(a) {
this.fy = a;
this.g("WindowRectChangedRef");
}
get sizeChangedRef() {
return this.fb;
}
set sizeChangedRef(a) {
this.fb = a;
this.g("SizeChangedRef");
}
get actualWindowRectChangedRef() {
return this.dz;
}
set actualWindowRectChangedRef(a) {
this.dz = a;
this.g("ActualWindowRectChangedRef");
}
get gridAreaRectChangedRef() {
return this.d9;
}
set gridAreaRectChangedRef(a) {
this.d9 = a;
this.g("GridAreaRectChangedRef");
}
get selectedSeriesItemsChangedRef() {
return this.ez;
}
set selectedSeriesItemsChangedRef(a) {
this.ez = a;
this.g("SelectedSeriesItemsChangedRef");
}
get focusedSeriesItemsChangedRef() {
return this.d7;
}
set focusedSeriesItemsChangedRef(a) {
this.d7 = a;
this.g("FocusedSeriesItemsChangedRef");
}
get refreshCompletedRef() {
return this.ex;
}
set refreshCompletedRef(a) {
this.ex = a;
this.g("RefreshCompletedRef");
}
get imageCapturedRef() {
return this.ei;
}
set imageCapturedRef(a) {
this.ei = a;
this.g("ImageCapturedRef");
}
get background() {
return this.d0;
}
set background(a) {
this.d0 = a;
this.g("Background");
}
get titleFontFamily() {
return this.fl;
}
set titleFontFamily(a) {
this.fl = a;
this.g("TitleFontFamily");
}
get titleFontSize() {
return this.bx;
}
set titleFontSize(a) {
this.bx = a;
this.g("TitleFontSize");
}
get titleFontWeight() {
return this.fn;
}
set titleFontWeight(a) {
this.fn = a;
this.g("TitleFontWeight");
}
get titleFontStyle() {
return this.fm;
}
set titleFontStyle(a) {
this.fm = a;
this.g("TitleFontStyle");
}
get subtitleFontFamily() {
return this.fd;
}
set subtitleFontFamily(a) {
this.fd = a;
this.g("SubtitleFontFamily");
}
get subtitleFontSize() {
return this.bs;
}
set subtitleFontSize(a) {
this.bs = a;
this.g("SubtitleFontSize");
}
get subtitleFontWeight() {
return this.ff;
}
set subtitleFontWeight(a) {
this.ff = a;
this.g("SubtitleFontWeight");
}
get subtitleFontStyle() {
return this.fe;
}
set subtitleFontStyle(a) {
this.fe = a;
this.g("SubtitleFontStyle");
}
get synchronizeHorizontally() {
return this.aq;
}
set synchronizeHorizontally(a) {
this.aq = a;
this.g("SynchronizeHorizontally");
}
get synchronizeVertically() {
return this.fk;
}
set synchronizeVertically(a) {
this.fk = a;
this.g("SynchronizeVertically");
}
}
SeriesViewerDescription.$t = markType(SeriesViewerDescription, 'SeriesViewerDescription', Description.$);
return SeriesViewerDescription;
})();