UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

384 lines (383 loc) 11.5 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 { XYChartDescription } from "./XYChartDescription"; import { markType } from "./type"; /** * @hidden */ export let CategoryChartDescription = /*@__PURE__*/ (() => { class CategoryChartDescription extends XYChartDescription { constructor() { super(); this.zp = null; this.zu = null; this.zn = null; this.zl = null; this.ze = 0; this.zf = 0; this.zq = null; this.zt = null; this.zm = null; this.zo = null; this.xw = false; this.xx = false; this.zr = null; this.zs = null; this.yj = 0; this.ym = 0; this.yi = 0; this.yl = 0; this.yk = 0; this.yn = 0; this.yt = 0; this.zk = null; this.xy = false; this.xz = false; this.yg = 0; this.yh = 0; this.x3 = false; this.x0 = false; this.x2 = false; this.zv = null; this.x4 = false; this.zg = 0; this.yv = 0; this.yu = 0; this.yw = 0; this.xq = null; this.xr = null; this.x1 = false; this.yo = 0; this.yp = 0; this.yq = 0; this.yr = 0; this.ys = 0; this.xu = false; this.xv = false; } get tooltipTemplateRef() { return this.zp; } set tooltipTemplateRef(a) { this.zp = a; this.j("TooltipTemplateRef"); } get width() { return this.zu; } set width(a) { this.zu = a; this.j("Width"); } get height() { return this.zn; } set height(a) { this.zn = a; this.j("Height"); } get background() { return this.zl; } set background(a) { this.zl = a; this.j("Background"); } get_type() { return "CategoryChart"; } get transitionInDuration() { return this.ze; } set transitionInDuration(a) { this.ze = a; this.j("TransitionInDuration"); } get transitionOutDuration() { return this.zf; } set transitionOutDuration(a) { this.zf = a; this.j("TransitionOutDuration"); } get transitionInEasingFunctionRef() { return this.zq; } set transitionInEasingFunctionRef(a) { this.zq = a; this.j("TransitionInEasingFunctionRef"); } get transitionOutEasingFunctionRef() { return this.zt; } set transitionOutEasingFunctionRef(a) { this.zt = a; this.j("TransitionOutEasingFunctionRef"); } get chartType() { return this.zm; } set chartType(a) { this.zm = a; this.j("ChartType"); } get markerCollisionAvoidance() { return this.zo; } set markerCollisionAvoidance(a) { this.zo = a; this.j("MarkerCollisionAvoidance"); } get isSplineShapePartOfRange() { return this.xw; } set isSplineShapePartOfRange(a) { this.xw = a; this.j("IsSplineShapePartOfRange"); } get isTransitionInEnabled() { return this.xx; } set isTransitionInEnabled(a) { this.xx = a; this.j("IsTransitionInEnabled"); } get transitionInMode() { return this.zr; } set transitionInMode(a) { this.zr = a; this.j("TransitionInMode"); } get transitionInSpeedType() { return this.zs; } set transitionInSpeedType(a) { this.zs = a; this.j("TransitionInSpeedType"); } get xAxisInterval() { return this.yj; } set xAxisInterval(a) { this.yj = a; this.j("XAxisInterval"); } get xAxisMinorInterval() { return this.ym; } set xAxisMinorInterval(a) { this.ym = a; this.j("XAxisMinorInterval"); } get xAxisGap() { return this.yi; } set xAxisGap(a) { this.yi = a; this.j("XAxisGap"); } get xAxisMinimumGapSize() { return this.yl; } set xAxisMinimumGapSize(a) { this.yl = a; this.j("XAxisMinimumGapSize"); } get xAxisMaximumGap() { return this.yk; } set xAxisMaximumGap(a) { this.yk = a; this.j("XAxisMaximumGap"); } get xAxisOverlap() { return this.yn; } set xAxisOverlap(a) { this.yn = a; this.j("XAxisOverlap"); } get yAxisInterval() { return this.yt; } set yAxisInterval(a) { this.yt = a; this.j("YAxisInterval"); } get autoMarginAndAngleUpdateMode() { return this.zk; } set autoMarginAndAngleUpdateMode(a) { this.zk = a; this.j("AutoMarginAndAngleUpdateMode"); } get shouldAutoExpandMarginForInitialLabels() { return this.xy; } set shouldAutoExpandMarginForInitialLabels(a) { this.xy = a; this.j("ShouldAutoExpandMarginForInitialLabels"); } get shouldConsiderAutoRotationForInitialLabels() { return this.xz; } set shouldConsiderAutoRotationForInitialLabels(a) { this.xz = a; this.j("ShouldConsiderAutoRotationForInitialLabels"); } get autoExpandMarginExtraPadding() { return this.yg; } set autoExpandMarginExtraPadding(a) { this.yg = a; this.j("AutoExpandMarginExtraPadding"); } get autoExpandMarginMaximumValue() { return this.yh; } set autoExpandMarginMaximumValue(a) { this.yh = a; this.j("AutoExpandMarginMaximumValue"); } get yAxisFavorLabellingScaleEnd() { return this.x3; } set yAxisFavorLabellingScaleEnd(a) { this.x3 = a; this.j("YAxisFavorLabellingScaleEnd"); } get xAxisEnhancedIntervalPreferMoreCategoryLabels() { return this.x0; } set xAxisEnhancedIntervalPreferMoreCategoryLabels(a) { this.x0 = a; this.j("XAxisEnhancedIntervalPreferMoreCategoryLabels"); } get yAxisEnhancedIntervalPreferMoreCategoryLabels() { return this.x2; } set yAxisEnhancedIntervalPreferMoreCategoryLabels(a) { this.x2 = a; this.j("YAxisEnhancedIntervalPreferMoreCategoryLabels"); } get yAxisAutoRangeBufferMode() { return this.zv; } set yAxisAutoRangeBufferMode(a) { this.zv = a; this.j("YAxisAutoRangeBufferMode"); } get yAxisIsLogarithmic() { return this.x4; } set yAxisIsLogarithmic(a) { this.x4 = a; this.j("YAxisIsLogarithmic"); } get yAxisLogarithmBase() { return this.zg; } set yAxisLogarithmBase(a) { this.zg = a; this.j("YAxisLogarithmBase"); } get yAxisMinimumValue() { return this.yv; } set yAxisMinimumValue(a) { this.yv = a; this.j("YAxisMinimumValue"); } get yAxisMaximumValue() { return this.yu; } set yAxisMaximumValue(a) { this.yu = a; this.j("YAxisMaximumValue"); } get yAxisMinorInterval() { return this.yw; } set yAxisMinorInterval(a) { this.yw = a; this.j("YAxisMinorInterval"); } get negativeBrushes() { return this.xq; } set negativeBrushes(a) { this.xq = a; this.j("NegativeBrushes"); } get negativeOutlines() { return this.xr; } set negativeOutlines(a) { this.xr = a; this.j("NegativeOutlines"); } get yAxisAbbreviateLargeNumbers() { return this.x1; } set yAxisAbbreviateLargeNumbers(a) { this.x1 = a; this.j("YAxisAbbreviateLargeNumbers"); } get xAxisZoomMaximumCategoryRange() { return this.yo; } set xAxisZoomMaximumCategoryRange(a) { this.yo = a; this.j("XAxisZoomMaximumCategoryRange"); } get xAxisZoomMaximumItemSpan() { return this.yp; } set xAxisZoomMaximumItemSpan(a) { this.yp = a; this.j("XAxisZoomMaximumItemSpan"); } get xAxisZoomToCategoryRange() { return this.yq; } set xAxisZoomToCategoryRange(a) { this.yq = a; this.j("XAxisZoomToCategoryRange"); } get xAxisZoomToCategoryStart() { return this.yr; } set xAxisZoomToCategoryStart(a) { this.yr = a; this.j("XAxisZoomToCategoryStart"); } get xAxisZoomToItemSpan() { return this.ys; } set xAxisZoomToItemSpan(a) { this.ys = a; this.j("XAxisZoomToItemSpan"); } get isCategoryHighlightingEnabled() { return this.xu; } set isCategoryHighlightingEnabled(a) { this.xu = a; this.j("IsCategoryHighlightingEnabled"); } get isItemHighlightingEnabled() { return this.xv; } set isItemHighlightingEnabled(a) { this.xv = a; this.j("IsItemHighlightingEnabled"); } } CategoryChartDescription.$t = markType(CategoryChartDescription, 'CategoryChartDescription', XYChartDescription.$); return CategoryChartDescription; })();