igniteui-react-core
Version:
Ignite UI React Core.
400 lines (399 loc) • 11.6 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 { XYChartDescription } from "./XYChartDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let CategoryChartDescription = /*@__PURE__*/ (() => {
class CategoryChartDescription extends XYChartDescription {
get tooltipTemplateRef() {
return this.z7;
}
set tooltipTemplateRef(a) {
this.z7 = a;
this.j("TooltipTemplateRef");
}
get width() {
return this.aac;
}
set width(a) {
this.aac = a;
this.j("Width");
}
get height() {
return this.z5;
}
set height(a) {
this.z5 = a;
this.j("Height");
}
get background() {
return this.z3;
}
set background(a) {
this.z3 = a;
this.j("Background");
}
get_type() {
return "CategoryChart";
}
constructor() {
super();
this.z7 = null;
this.aac = null;
this.z5 = null;
this.z3 = null;
this.zw = 0;
this.zx = 0;
this.z8 = null;
this.aab = null;
this.z4 = null;
this.z6 = null;
this.ya = false;
this.yb = false;
this.z9 = null;
this.aaa = null;
this.y1 = 0;
this.y4 = 0;
this.y0 = 0;
this.y3 = 0;
this.y2 = 0;
this.y5 = 0;
this.zb = 0;
this.z2 = null;
this.yc = false;
this.yd = false;
this.yy = 0;
this.yz = 0;
this.yi = false;
this.ye = false;
this.yh = false;
this.yf = false;
this.yj = false;
this.aad = null;
this.yk = false;
this.zy = 0;
this.zd = 0;
this.zc = 0;
this.ze = 0;
this.x4 = null;
this.x5 = null;
this.yg = false;
this.y6 = 0;
this.y7 = 0;
this.y8 = 0;
this.y9 = 0;
this.za = 0;
this.x8 = false;
this.x9 = false;
}
get transitionInDuration() {
return this.zw;
}
set transitionInDuration(a) {
this.zw = a;
this.j("TransitionInDuration");
}
get transitionOutDuration() {
return this.zx;
}
set transitionOutDuration(a) {
this.zx = a;
this.j("TransitionOutDuration");
}
get transitionInEasingFunctionRef() {
return this.z8;
}
set transitionInEasingFunctionRef(a) {
this.z8 = a;
this.j("TransitionInEasingFunctionRef");
}
get transitionOutEasingFunctionRef() {
return this.aab;
}
set transitionOutEasingFunctionRef(a) {
this.aab = a;
this.j("TransitionOutEasingFunctionRef");
}
get chartType() {
return this.z4;
}
set chartType(a) {
this.z4 = a;
this.j("ChartType");
}
get markerCollisionAvoidance() {
return this.z6;
}
set markerCollisionAvoidance(a) {
this.z6 = a;
this.j("MarkerCollisionAvoidance");
}
get isSplineShapePartOfRange() {
return this.ya;
}
set isSplineShapePartOfRange(a) {
this.ya = a;
this.j("IsSplineShapePartOfRange");
}
get isTransitionInEnabled() {
return this.yb;
}
set isTransitionInEnabled(a) {
this.yb = a;
this.j("IsTransitionInEnabled");
}
get transitionInMode() {
return this.z9;
}
set transitionInMode(a) {
this.z9 = a;
this.j("TransitionInMode");
}
get transitionInSpeedType() {
return this.aaa;
}
set transitionInSpeedType(a) {
this.aaa = a;
this.j("TransitionInSpeedType");
}
get xAxisInterval() {
return this.y1;
}
set xAxisInterval(a) {
this.y1 = a;
this.j("XAxisInterval");
}
get xAxisMinorInterval() {
return this.y4;
}
set xAxisMinorInterval(a) {
this.y4 = a;
this.j("XAxisMinorInterval");
}
get xAxisGap() {
return this.y0;
}
set xAxisGap(a) {
this.y0 = a;
this.j("XAxisGap");
}
get xAxisMinimumGapSize() {
return this.y3;
}
set xAxisMinimumGapSize(a) {
this.y3 = a;
this.j("XAxisMinimumGapSize");
}
get xAxisMaximumGap() {
return this.y2;
}
set xAxisMaximumGap(a) {
this.y2 = a;
this.j("XAxisMaximumGap");
}
get xAxisOverlap() {
return this.y5;
}
set xAxisOverlap(a) {
this.y5 = a;
this.j("XAxisOverlap");
}
get yAxisInterval() {
return this.zb;
}
set yAxisInterval(a) {
this.zb = a;
this.j("YAxisInterval");
}
get autoMarginAndAngleUpdateMode() {
return this.z2;
}
set autoMarginAndAngleUpdateMode(a) {
this.z2 = a;
this.j("AutoMarginAndAngleUpdateMode");
}
get shouldAutoExpandMarginForInitialLabels() {
return this.yc;
}
set shouldAutoExpandMarginForInitialLabels(a) {
this.yc = a;
this.j("ShouldAutoExpandMarginForInitialLabels");
}
get shouldConsiderAutoRotationForInitialLabels() {
return this.yd;
}
set shouldConsiderAutoRotationForInitialLabels(a) {
this.yd = a;
this.j("ShouldConsiderAutoRotationForInitialLabels");
}
get autoExpandMarginExtraPadding() {
return this.yy;
}
set autoExpandMarginExtraPadding(a) {
this.yy = a;
this.j("AutoExpandMarginExtraPadding");
}
get autoExpandMarginMaximumValue() {
return this.yz;
}
set autoExpandMarginMaximumValue(a) {
this.yz = a;
this.j("AutoExpandMarginMaximumValue");
}
get yAxisFavorLabellingScaleEnd() {
return this.yi;
}
set yAxisFavorLabellingScaleEnd(a) {
this.yi = a;
this.j("YAxisFavorLabellingScaleEnd");
}
get xAxisEnhancedIntervalPreferMoreCategoryLabels() {
return this.ye;
}
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
this.ye = a;
this.j("XAxisEnhancedIntervalPreferMoreCategoryLabels");
}
get yAxisEnhancedIntervalPreferMoreCategoryLabels() {
return this.yh;
}
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
this.yh = a;
this.j("YAxisEnhancedIntervalPreferMoreCategoryLabels");
}
get xAxisIsLastLabelMandatory() {
return this.yf;
}
set xAxisIsLastLabelMandatory(a) {
this.yf = a;
this.j("XAxisIsLastLabelMandatory");
}
get yAxisIsLastLabelMandatory() {
return this.yj;
}
set yAxisIsLastLabelMandatory(a) {
this.yj = a;
this.j("YAxisIsLastLabelMandatory");
}
get yAxisAutoRangeBufferMode() {
return this.aad;
}
set yAxisAutoRangeBufferMode(a) {
this.aad = a;
this.j("YAxisAutoRangeBufferMode");
}
get yAxisIsLogarithmic() {
return this.yk;
}
set yAxisIsLogarithmic(a) {
this.yk = a;
this.j("YAxisIsLogarithmic");
}
get yAxisLogarithmBase() {
return this.zy;
}
set yAxisLogarithmBase(a) {
this.zy = a;
this.j("YAxisLogarithmBase");
}
get yAxisMinimumValue() {
return this.zd;
}
set yAxisMinimumValue(a) {
this.zd = a;
this.j("YAxisMinimumValue");
}
get yAxisMaximumValue() {
return this.zc;
}
set yAxisMaximumValue(a) {
this.zc = a;
this.j("YAxisMaximumValue");
}
get yAxisMinorInterval() {
return this.ze;
}
set yAxisMinorInterval(a) {
this.ze = a;
this.j("YAxisMinorInterval");
}
get negativeBrushes() {
return this.x4;
}
set negativeBrushes(a) {
this.x4 = a;
this.j("NegativeBrushes");
}
get negativeOutlines() {
return this.x5;
}
set negativeOutlines(a) {
this.x5 = a;
this.j("NegativeOutlines");
}
get yAxisAbbreviateLargeNumbers() {
return this.yg;
}
set yAxisAbbreviateLargeNumbers(a) {
this.yg = a;
this.j("YAxisAbbreviateLargeNumbers");
}
get xAxisZoomMaximumCategoryRange() {
return this.y6;
}
set xAxisZoomMaximumCategoryRange(a) {
this.y6 = a;
this.j("XAxisZoomMaximumCategoryRange");
}
get xAxisZoomMaximumItemSpan() {
return this.y7;
}
set xAxisZoomMaximumItemSpan(a) {
this.y7 = a;
this.j("XAxisZoomMaximumItemSpan");
}
get xAxisZoomToCategoryRange() {
return this.y8;
}
set xAxisZoomToCategoryRange(a) {
this.y8 = a;
this.j("XAxisZoomToCategoryRange");
}
get xAxisZoomToCategoryStart() {
return this.y9;
}
set xAxisZoomToCategoryStart(a) {
this.y9 = a;
this.j("XAxisZoomToCategoryStart");
}
get xAxisZoomToItemSpan() {
return this.za;
}
set xAxisZoomToItemSpan(a) {
this.za = a;
this.j("XAxisZoomToItemSpan");
}
get isCategoryHighlightingEnabled() {
return this.x8;
}
set isCategoryHighlightingEnabled(a) {
this.x8 = a;
this.j("IsCategoryHighlightingEnabled");
}
get isItemHighlightingEnabled() {
return this.x9;
}
set isItemHighlightingEnabled(a) {
this.x9 = a;
this.j("IsItemHighlightingEnabled");
}
}
CategoryChartDescription.$t = /*@__PURE__*/ markType(CategoryChartDescription, 'CategoryChartDescription', XYChartDescription.$);
return CategoryChartDescription;
})();