igniteui-react-core
Version:
Ignite UI React Core.
328 lines (327 loc) • 9.63 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 { RadialBaseChartDescription } from "./RadialBaseChartDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let DataPieBaseChartDescription = /*@__PURE__*/ (() => {
class DataPieBaseChartDescription extends RadialBaseChartDescription {
get_type() {
return "DataPieBaseChart";
}
constructor() {
super();
this.yl = null;
this.w8 = null;
this.yd = null;
this.w6 = null;
this.yi = null;
this.w7 = null;
this.yb = null;
this.w5 = null;
this.xn = 0;
this.yn = null;
this.ym = null;
this.ye = null;
this.x7 = null;
this.yp = null;
this.ya = null;
this.x9 = null;
this.yh = null;
this.xo = 0;
this.yg = null;
this.x8 = null;
this.xf = false;
this.yo = null;
this.xl = 0;
this.xm = 0;
this.xr = 0;
this.xg = false;
this.x5 = 0;
this.xt = 0;
this.xs = 0;
this.xu = 0;
this.xp = 0;
this.xq = 0;
this.yk = null;
this.yj = null;
this.yc = null;
this.xd = false;
this.xe = false;
this.yf = null;
}
get sliceLabelFormat() {
return this.yl;
}
set sliceLabelFormat(a) {
this.yl = a;
this.g("SliceLabelFormat");
}
get sliceLabelFormatSpecifiers() {
return this.w8;
}
set sliceLabelFormatSpecifiers(a) {
this.w8 = a;
this.g("SliceLabelFormatSpecifiers");
}
get legendSliceLabelFormat() {
return this.yd;
}
set legendSliceLabelFormat(a) {
this.yd = a;
this.g("LegendSliceLabelFormat");
}
get legendSliceLabelFormatSpecifiers() {
return this.w6;
}
set legendSliceLabelFormatSpecifiers(a) {
this.w6 = a;
this.g("LegendSliceLabelFormatSpecifiers");
}
get othersSliceLabelFormat() {
return this.yi;
}
set othersSliceLabelFormat(a) {
this.yi = a;
this.g("OthersSliceLabelFormat");
}
get othersSliceLabelFormatSpecifiers() {
return this.w7;
}
set othersSliceLabelFormatSpecifiers(a) {
this.w7 = a;
this.g("OthersSliceLabelFormatSpecifiers");
}
get legendOthersSliceLabelFormat() {
return this.yb;
}
set legendOthersSliceLabelFormat(a) {
this.yb = a;
this.g("LegendOthersSliceLabelFormat");
}
get legendOthersSliceLabelFormatSpecifiers() {
return this.w5;
}
set legendOthersSliceLabelFormatSpecifiers(a) {
this.w5 = a;
this.g("LegendOthersSliceLabelFormatSpecifiers");
}
get innerExtent() {
return this.xn;
}
set innerExtent(a) {
this.xn = a;
this.g("InnerExtent");
}
get sweepDirection() {
return this.yn;
}
set sweepDirection(a) {
this.yn = a;
this.g("SweepDirection");
}
get sliceLabelPositionMode() {
return this.ym;
}
set sliceLabelPositionMode(a) {
this.ym = a;
this.g("SliceLabelPositionMode");
}
get lightSliceLabelColor() {
return this.ye;
}
set lightSliceLabelColor(a) {
this.ye = a;
this.g("LightSliceLabelColor");
}
get darkSliceLabelColor() {
return this.x7;
}
set darkSliceLabelColor(a) {
this.x7 = a;
this.g("DarkSliceLabelColor");
}
get valueMemberPath() {
return this.yp;
}
set valueMemberPath(a) {
this.yp = a;
this.g("ValueMemberPath");
}
get legendLabelMemberPath() {
return this.ya;
}
set legendLabelMemberPath(a) {
this.ya = a;
this.g("LegendLabelMemberPath");
}
get legendEmptyValuesMode() {
return this.x9;
}
set legendEmptyValuesMode(a) {
this.x9 = a;
this.g("LegendEmptyValuesMode");
}
get othersCategoryType() {
return this.yh;
}
set othersCategoryType(a) {
this.yh = a;
this.g("OthersCategoryType");
}
get othersCategoryThreshold() {
return this.xo;
}
set othersCategoryThreshold(a) {
this.xo = a;
this.g("OthersCategoryThreshold");
}
get othersCategoryText() {
return this.yg;
}
set othersCategoryText(a) {
this.yg = a;
this.g("OthersCategoryText");
}
get labelMemberPath() {
return this.x8;
}
set labelMemberPath(a) {
this.x8 = a;
this.g("LabelMemberPath");
}
get valueAxisFavorLabellingScaleEnd() {
return this.xf;
}
set valueAxisFavorLabellingScaleEnd(a) {
this.xf = a;
this.g("ValueAxisFavorLabellingScaleEnd");
}
get valueAxisAutoRangeBufferMode() {
return this.yo;
}
set valueAxisAutoRangeBufferMode(a) {
this.yo = a;
this.g("ValueAxisAutoRangeBufferMode");
}
get angleAxisInterval() {
return this.xl;
}
set angleAxisInterval(a) {
this.xl = a;
this.g("AngleAxisInterval");
}
get angleAxisMinorInterval() {
return this.xm;
}
set angleAxisMinorInterval(a) {
this.xm = a;
this.g("AngleAxisMinorInterval");
}
get valueAxisInterval() {
return this.xr;
}
set valueAxisInterval(a) {
this.xr = a;
this.g("ValueAxisInterval");
}
get valueAxisIsLogarithmic() {
return this.xg;
}
set valueAxisIsLogarithmic(a) {
this.xg = a;
this.g("ValueAxisIsLogarithmic");
}
get valueAxisLogarithmBase() {
return this.x5;
}
set valueAxisLogarithmBase(a) {
this.x5 = a;
this.g("ValueAxisLogarithmBase");
}
get valueAxisMinimumValue() {
return this.xt;
}
set valueAxisMinimumValue(a) {
this.xt = a;
this.g("ValueAxisMinimumValue");
}
get valueAxisMaximumValue() {
return this.xs;
}
set valueAxisMaximumValue(a) {
this.xs = a;
this.g("ValueAxisMaximumValue");
}
get valueAxisMinorInterval() {
return this.xu;
}
set valueAxisMinorInterval(a) {
this.xu = a;
this.g("ValueAxisMinorInterval");
}
get radiusExtent() {
return this.xp;
}
set radiusExtent(a) {
this.xp = a;
this.g("RadiusExtent");
}
get startAngle() {
return this.xq;
}
set startAngle(a) {
this.xq = a;
this.g("StartAngle");
}
get sliceLabelContentSeparator() {
return this.yk;
}
set sliceLabelContentSeparator(a) {
this.yk = a;
this.g("SliceLabelContentSeparator");
}
get sliceLabelContentMode() {
return this.yj;
}
set sliceLabelContentMode(a) {
this.yj = a;
this.g("SliceLabelContentMode");
}
get legendSliceLabelContentMode() {
return this.yc;
}
set legendSliceLabelContentMode(a) {
this.yc = a;
this.g("LegendSliceLabelContentMode");
}
get angleAxisFavorLabellingScaleEnd() {
return this.xd;
}
set angleAxisFavorLabellingScaleEnd(a) {
this.xd = a;
this.g("AngleAxisFavorLabellingScaleEnd");
}
get valueAxisAbbreviateLargeNumbers() {
return this.xe;
}
set valueAxisAbbreviateLargeNumbers(a) {
this.xe = a;
this.g("ValueAxisAbbreviateLargeNumbers");
}
get markerCollision() {
return this.yf;
}
set markerCollision(a) {
this.yf = a;
this.g("MarkerCollision");
}
}
DataPieBaseChartDescription.$t = /*@__PURE__*/ markType(DataPieBaseChartDescription, 'DataPieBaseChartDescription', RadialBaseChartDescription.$);
return DataPieBaseChartDescription;
})();