UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

368 lines (367 loc) 11 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 { RadialBaseChartDescription } from "./RadialBaseChartDescription"; import { markType } from "./type"; /** * @hidden */ export let DataPieBaseChartDescription = /*@__PURE__*/ (() => { class DataPieBaseChartDescription extends RadialBaseChartDescription { constructor() { super(); this.zg = null; this.xt = null; this.y8 = null; this.xr = null; this.zd = null; this.xs = null; this.y6 = null; this.xq = null; this.yc = 0; this.zi = null; this.zh = null; this.y9 = null; this.y2 = null; this.zk = null; this.y5 = null; this.y4 = null; this.zc = null; this.yd = 0; this.zb = null; this.y3 = null; this.x2 = false; this.zj = null; this.ya = 0; this.yb = 0; this.yj = 0; this.x3 = false; this.y0 = 0; this.yl = 0; this.yk = 0; this.ym = 0; this.ye = 0; this.yi = 0; this.zf = null; this.ze = null; this.y7 = null; this.yf = 0; this.yg = 0; this.yh = 0; this.x0 = false; this.xy = false; this.x1 = false; this.za = null; this.xz = false; } get_type() { return "DataPieBaseChart"; } get sliceLabelFormat() { return this.zg; } set sliceLabelFormat(a) { this.zg = a; this.j("SliceLabelFormat"); } get sliceLabelFormatSpecifiers() { return this.xt; } set sliceLabelFormatSpecifiers(a) { this.xt = a; this.j("SliceLabelFormatSpecifiers"); } get legendSliceLabelFormat() { return this.y8; } set legendSliceLabelFormat(a) { this.y8 = a; this.j("LegendSliceLabelFormat"); } get legendSliceLabelFormatSpecifiers() { return this.xr; } set legendSliceLabelFormatSpecifiers(a) { this.xr = a; this.j("LegendSliceLabelFormatSpecifiers"); } get othersSliceLabelFormat() { return this.zd; } set othersSliceLabelFormat(a) { this.zd = a; this.j("OthersSliceLabelFormat"); } get othersSliceLabelFormatSpecifiers() { return this.xs; } set othersSliceLabelFormatSpecifiers(a) { this.xs = a; this.j("OthersSliceLabelFormatSpecifiers"); } get legendOthersSliceLabelFormat() { return this.y6; } set legendOthersSliceLabelFormat(a) { this.y6 = a; this.j("LegendOthersSliceLabelFormat"); } get legendOthersSliceLabelFormatSpecifiers() { return this.xq; } set legendOthersSliceLabelFormatSpecifiers(a) { this.xq = a; this.j("LegendOthersSliceLabelFormatSpecifiers"); } get innerExtent() { return this.yc; } set innerExtent(a) { this.yc = a; this.j("InnerExtent"); } get sweepDirection() { return this.zi; } set sweepDirection(a) { this.zi = a; this.j("SweepDirection"); } get sliceLabelPositionMode() { return this.zh; } set sliceLabelPositionMode(a) { this.zh = a; this.j("SliceLabelPositionMode"); } get lightSliceLabelColor() { return this.y9; } set lightSliceLabelColor(a) { this.y9 = a; this.j("LightSliceLabelColor"); } get darkSliceLabelColor() { return this.y2; } set darkSliceLabelColor(a) { this.y2 = a; this.j("DarkSliceLabelColor"); } get valueMemberPath() { return this.zk; } set valueMemberPath(a) { this.zk = a; this.j("ValueMemberPath"); } get legendLabelMemberPath() { return this.y5; } set legendLabelMemberPath(a) { this.y5 = a; this.j("LegendLabelMemberPath"); } get legendEmptyValuesMode() { return this.y4; } set legendEmptyValuesMode(a) { this.y4 = a; this.j("LegendEmptyValuesMode"); } get othersCategoryType() { return this.zc; } set othersCategoryType(a) { this.zc = a; this.j("OthersCategoryType"); } get othersCategoryThreshold() { return this.yd; } set othersCategoryThreshold(a) { this.yd = a; this.j("OthersCategoryThreshold"); } get othersCategoryText() { return this.zb; } set othersCategoryText(a) { this.zb = a; this.j("OthersCategoryText"); } get labelMemberPath() { return this.y3; } set labelMemberPath(a) { this.y3 = a; this.j("LabelMemberPath"); } get valueAxisFavorLabellingScaleEnd() { return this.x2; } set valueAxisFavorLabellingScaleEnd(a) { this.x2 = a; this.j("ValueAxisFavorLabellingScaleEnd"); } get valueAxisAutoRangeBufferMode() { return this.zj; } set valueAxisAutoRangeBufferMode(a) { this.zj = a; this.j("ValueAxisAutoRangeBufferMode"); } get angleAxisInterval() { return this.ya; } set angleAxisInterval(a) { this.ya = a; this.j("AngleAxisInterval"); } get angleAxisMinorInterval() { return this.yb; } set angleAxisMinorInterval(a) { this.yb = a; this.j("AngleAxisMinorInterval"); } get valueAxisInterval() { return this.yj; } set valueAxisInterval(a) { this.yj = a; this.j("ValueAxisInterval"); } get valueAxisIsLogarithmic() { return this.x3; } set valueAxisIsLogarithmic(a) { this.x3 = a; this.j("ValueAxisIsLogarithmic"); } get valueAxisLogarithmBase() { return this.y0; } set valueAxisLogarithmBase(a) { this.y0 = a; this.j("ValueAxisLogarithmBase"); } get valueAxisMinimumValue() { return this.yl; } set valueAxisMinimumValue(a) { this.yl = a; this.j("ValueAxisMinimumValue"); } get valueAxisMaximumValue() { return this.yk; } set valueAxisMaximumValue(a) { this.yk = a; this.j("ValueAxisMaximumValue"); } get valueAxisMinorInterval() { return this.ym; } set valueAxisMinorInterval(a) { this.ym = a; this.j("ValueAxisMinorInterval"); } get radiusExtent() { return this.ye; } set radiusExtent(a) { this.ye = a; this.j("RadiusExtent"); } get startAngle() { return this.yi; } set startAngle(a) { this.yi = a; this.j("StartAngle"); } get sliceLabelContentSeparator() { return this.zf; } set sliceLabelContentSeparator(a) { this.zf = a; this.j("SliceLabelContentSeparator"); } get sliceLabelContentMode() { return this.ze; } set sliceLabelContentMode(a) { this.ze = a; this.j("SliceLabelContentMode"); } get legendSliceLabelContentMode() { return this.y7; } set legendSliceLabelContentMode(a) { this.y7 = a; this.j("LegendSliceLabelContentMode"); } get radiusX() { return this.yf; } set radiusX(a) { this.yf = a; this.j("RadiusX"); } get radiusY() { return this.yg; } set radiusY(a) { this.yg = a; this.j("RadiusY"); } get selectionThickness() { return this.yh; } set selectionThickness(a) { this.yh = a; this.j("SelectionThickness"); } get useInsetOutlines() { return this.x0; } set useInsetOutlines(a) { this.x0 = a; this.j("UseInsetOutlines"); } get angleAxisFavorLabellingScaleEnd() { return this.xy; } set angleAxisFavorLabellingScaleEnd(a) { this.xy = a; this.j("AngleAxisFavorLabellingScaleEnd"); } get valueAxisAbbreviateLargeNumbers() { return this.x1; } set valueAxisAbbreviateLargeNumbers(a) { this.x1 = a; this.j("ValueAxisAbbreviateLargeNumbers"); } get markerCollision() { return this.za; } set markerCollision(a) { this.za = a; this.j("MarkerCollision"); } get fireMouseLeaveOnManipulationStart() { return this.xz; } set fireMouseLeaveOnManipulationStart(a) { this.xz = a; this.j("FireMouseLeaveOnManipulationStart"); } } DataPieBaseChartDescription.$t = markType(DataPieBaseChartDescription, 'DataPieBaseChartDescription', RadialBaseChartDescription.$); return DataPieBaseChartDescription; })();