igniteui-react-core
Version:
Ignite UI React Core.
384 lines (383 loc) • 11.1 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.zw = null;
this.x7 = null;
this.zm = null;
this.x5 = null;
this.zt = null;
this.x6 = null;
this.zk = null;
this.x4 = null;
this.yq = 0;
this.zy = null;
this.zx = null;
this.zn = null;
this.zg = null;
this.z0 = null;
this.zj = null;
this.zi = null;
this.zs = null;
this.yr = 0;
this.zr = null;
this.zp = null;
this.zq = null;
this.zh = null;
this.yg = false;
this.zz = null;
this.yo = 0;
this.yp = 0;
this.yx = 0;
this.yh = false;
this.ze = 0;
this.yz = 0;
this.yy = 0;
this.y0 = 0;
this.ys = 0;
this.yw = 0;
this.zv = null;
this.zu = null;
this.zl = null;
this.yt = 0;
this.yu = 0;
this.yv = 0;
this.ye = false;
this.yc = false;
this.yf = false;
this.zo = null;
this.yd = false;
}
get sliceLabelFormat() {
return this.zw;
}
set sliceLabelFormat(a) {
this.zw = a;
this.j("SliceLabelFormat");
}
get sliceLabelFormatSpecifiers() {
return this.x7;
}
set sliceLabelFormatSpecifiers(a) {
this.x7 = a;
this.j("SliceLabelFormatSpecifiers");
}
get legendSliceLabelFormat() {
return this.zm;
}
set legendSliceLabelFormat(a) {
this.zm = a;
this.j("LegendSliceLabelFormat");
}
get legendSliceLabelFormatSpecifiers() {
return this.x5;
}
set legendSliceLabelFormatSpecifiers(a) {
this.x5 = a;
this.j("LegendSliceLabelFormatSpecifiers");
}
get othersSliceLabelFormat() {
return this.zt;
}
set othersSliceLabelFormat(a) {
this.zt = a;
this.j("OthersSliceLabelFormat");
}
get othersSliceLabelFormatSpecifiers() {
return this.x6;
}
set othersSliceLabelFormatSpecifiers(a) {
this.x6 = a;
this.j("OthersSliceLabelFormatSpecifiers");
}
get legendOthersSliceLabelFormat() {
return this.zk;
}
set legendOthersSliceLabelFormat(a) {
this.zk = a;
this.j("LegendOthersSliceLabelFormat");
}
get legendOthersSliceLabelFormatSpecifiers() {
return this.x4;
}
set legendOthersSliceLabelFormatSpecifiers(a) {
this.x4 = a;
this.j("LegendOthersSliceLabelFormatSpecifiers");
}
get innerExtent() {
return this.yq;
}
set innerExtent(a) {
this.yq = a;
this.j("InnerExtent");
}
get sweepDirection() {
return this.zy;
}
set sweepDirection(a) {
this.zy = a;
this.j("SweepDirection");
}
get sliceLabelPositionMode() {
return this.zx;
}
set sliceLabelPositionMode(a) {
this.zx = a;
this.j("SliceLabelPositionMode");
}
get lightSliceLabelColor() {
return this.zn;
}
set lightSliceLabelColor(a) {
this.zn = a;
this.j("LightSliceLabelColor");
}
get darkSliceLabelColor() {
return this.zg;
}
set darkSliceLabelColor(a) {
this.zg = a;
this.j("DarkSliceLabelColor");
}
get valueMemberPath() {
return this.z0;
}
set valueMemberPath(a) {
this.z0 = a;
this.j("ValueMemberPath");
}
get legendLabelMemberPath() {
return this.zj;
}
set legendLabelMemberPath(a) {
this.zj = a;
this.j("LegendLabelMemberPath");
}
get legendEmptyValuesMode() {
return this.zi;
}
set legendEmptyValuesMode(a) {
this.zi = a;
this.j("LegendEmptyValuesMode");
}
get othersCategoryType() {
return this.zs;
}
set othersCategoryType(a) {
this.zs = a;
this.j("OthersCategoryType");
}
get othersCategoryThreshold() {
return this.yr;
}
set othersCategoryThreshold(a) {
this.yr = a;
this.j("OthersCategoryThreshold");
}
get othersCategoryText() {
return this.zr;
}
set othersCategoryText(a) {
this.zr = a;
this.j("OthersCategoryText");
}
get othersCategoryBrush() {
return this.zp;
}
set othersCategoryBrush(a) {
this.zp = a;
this.j("OthersCategoryBrush");
}
get othersCategoryOutline() {
return this.zq;
}
set othersCategoryOutline(a) {
this.zq = a;
this.j("OthersCategoryOutline");
}
get labelMemberPath() {
return this.zh;
}
set labelMemberPath(a) {
this.zh = a;
this.j("LabelMemberPath");
}
get valueAxisFavorLabellingScaleEnd() {
return this.yg;
}
set valueAxisFavorLabellingScaleEnd(a) {
this.yg = a;
this.j("ValueAxisFavorLabellingScaleEnd");
}
get valueAxisAutoRangeBufferMode() {
return this.zz;
}
set valueAxisAutoRangeBufferMode(a) {
this.zz = a;
this.j("ValueAxisAutoRangeBufferMode");
}
get angleAxisInterval() {
return this.yo;
}
set angleAxisInterval(a) {
this.yo = a;
this.j("AngleAxisInterval");
}
get angleAxisMinorInterval() {
return this.yp;
}
set angleAxisMinorInterval(a) {
this.yp = a;
this.j("AngleAxisMinorInterval");
}
get valueAxisInterval() {
return this.yx;
}
set valueAxisInterval(a) {
this.yx = a;
this.j("ValueAxisInterval");
}
get valueAxisIsLogarithmic() {
return this.yh;
}
set valueAxisIsLogarithmic(a) {
this.yh = a;
this.j("ValueAxisIsLogarithmic");
}
get valueAxisLogarithmBase() {
return this.ze;
}
set valueAxisLogarithmBase(a) {
this.ze = a;
this.j("ValueAxisLogarithmBase");
}
get valueAxisMinimumValue() {
return this.yz;
}
set valueAxisMinimumValue(a) {
this.yz = a;
this.j("ValueAxisMinimumValue");
}
get valueAxisMaximumValue() {
return this.yy;
}
set valueAxisMaximumValue(a) {
this.yy = a;
this.j("ValueAxisMaximumValue");
}
get valueAxisMinorInterval() {
return this.y0;
}
set valueAxisMinorInterval(a) {
this.y0 = a;
this.j("ValueAxisMinorInterval");
}
get radiusExtent() {
return this.ys;
}
set radiusExtent(a) {
this.ys = a;
this.j("RadiusExtent");
}
get startAngle() {
return this.yw;
}
set startAngle(a) {
this.yw = a;
this.j("StartAngle");
}
get sliceLabelContentSeparator() {
return this.zv;
}
set sliceLabelContentSeparator(a) {
this.zv = a;
this.j("SliceLabelContentSeparator");
}
get sliceLabelContentMode() {
return this.zu;
}
set sliceLabelContentMode(a) {
this.zu = a;
this.j("SliceLabelContentMode");
}
get legendSliceLabelContentMode() {
return this.zl;
}
set legendSliceLabelContentMode(a) {
this.zl = a;
this.j("LegendSliceLabelContentMode");
}
get radiusX() {
return this.yt;
}
set radiusX(a) {
this.yt = a;
this.j("RadiusX");
}
get radiusY() {
return this.yu;
}
set radiusY(a) {
this.yu = a;
this.j("RadiusY");
}
get selectionThickness() {
return this.yv;
}
set selectionThickness(a) {
this.yv = a;
this.j("SelectionThickness");
}
get useInsetOutlines() {
return this.ye;
}
set useInsetOutlines(a) {
this.ye = a;
this.j("UseInsetOutlines");
}
get angleAxisFavorLabellingScaleEnd() {
return this.yc;
}
set angleAxisFavorLabellingScaleEnd(a) {
this.yc = a;
this.j("AngleAxisFavorLabellingScaleEnd");
}
get valueAxisAbbreviateLargeNumbers() {
return this.yf;
}
set valueAxisAbbreviateLargeNumbers(a) {
this.yf = a;
this.j("ValueAxisAbbreviateLargeNumbers");
}
get markerCollision() {
return this.zo;
}
set markerCollision(a) {
this.zo = a;
this.j("MarkerCollision");
}
get fireMouseLeaveOnManipulationStart() {
return this.yd;
}
set fireMouseLeaveOnManipulationStart(a) {
this.yd = a;
this.j("FireMouseLeaveOnManipulationStart");
}
}
DataPieBaseChartDescription.$t = /*@__PURE__*/ markType(DataPieBaseChartDescription, 'DataPieBaseChartDescription', RadialBaseChartDescription.$);
return DataPieBaseChartDescription;
})();