igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
296 lines (295 loc) • 8.85 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 { AxisDescription } from "./AxisDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let NumericAxisBaseDescription = /*@__PURE__*/ (() => {
class NumericAxisBaseDescription extends AxisDescription {
constructor() {
super();
this.g7 = null;
this.gd = 0;
this.f2 = 0;
this.f5 = 0;
this.gc = 0;
this.f1 = 0;
this.f4 = 0;
this.gb = 0;
this.f0 = 0;
this.gw = 0;
this.gy = 0;
this.ft = false;
this.ge = 0;
this.f3 = 0;
this.gf = 0;
this.fs = false;
this.fp = false;
this.fq = false;
this.gx = 0;
this.f6 = 0;
this.ga = 0;
this.f9 = 0;
this.f8 = 0;
this.g8 = null;
this.f7 = 0;
this.g9 = null;
this.g2 = null;
this.fm = null;
this.fr = false;
this.fo = false;
this.g5 = null;
this.g4 = null;
this.g3 = null;
this.g6 = null;
}
get_type() {
return "NumericAxisBase";
}
get autoRangeBufferMode() {
return this.g7;
}
set autoRangeBufferMode(a) {
this.g7 = a;
this.j("AutoRangeBufferMode");
}
get minimumValue() {
return this.gd;
}
set minimumValue(a) {
this.gd = a;
this.j("MinimumValue");
}
get actualMinimumValue() {
return this.f2;
}
set actualMinimumValue(a) {
this.f2 = a;
this.j("ActualMinimumValue");
}
get actualVisibleMinimumValue() {
return this.f5;
}
set actualVisibleMinimumValue(a) {
this.f5 = a;
this.j("ActualVisibleMinimumValue");
}
get maximumValue() {
return this.gc;
}
set maximumValue(a) {
this.gc = a;
this.j("MaximumValue");
}
get actualMaximumValue() {
return this.f1;
}
set actualMaximumValue(a) {
this.f1 = a;
this.j("ActualMaximumValue");
}
get actualVisibleMaximumValue() {
return this.f4;
}
set actualVisibleMaximumValue(a) {
this.f4 = a;
this.j("ActualVisibleMaximumValue");
}
get interval() {
return this.gb;
}
set interval(a) {
this.gb = a;
this.j("Interval");
}
get actualInterval() {
return this.f0;
}
set actualInterval(a) {
this.f0 = a;
this.j("ActualInterval");
}
get actualMaxPrecision() {
return this.gw;
}
set actualMaxPrecision(a) {
this.gw = a;
this.j("ActualMaxPrecision");
}
get maxPrecision() {
return this.gy;
}
set maxPrecision(a) {
this.gy = a;
this.j("MaxPrecision");
}
get shouldApplyMaxPrecisionWhenZoomed() {
return this.ft;
}
set shouldApplyMaxPrecisionWhenZoomed(a) {
this.ft = a;
this.j("ShouldApplyMaxPrecisionWhenZoomed");
}
get minorInterval() {
return this.ge;
}
set minorInterval(a) {
this.ge = a;
this.j("MinorInterval");
}
get actualMinorInterval() {
return this.f3;
}
set actualMinorInterval(a) {
this.f3 = a;
this.j("ActualMinorInterval");
}
get referenceValue() {
return this.gf;
}
set referenceValue(a) {
this.gf = a;
this.j("ReferenceValue");
}
get isLogarithmic() {
return this.fs;
}
set isLogarithmic(a) {
this.fs = a;
this.j("IsLogarithmic");
}
get actualIsLogarithmic() {
return this.fp;
}
set actualIsLogarithmic(a) {
this.fp = a;
this.j("ActualIsLogarithmic");
}
get favorLabellingScaleEnd() {
return this.fq;
}
set favorLabellingScaleEnd(a) {
this.fq = a;
this.j("FavorLabellingScaleEnd");
}
get logarithmBase() {
return this.gx;
}
set logarithmBase(a) {
this.gx = a;
this.j("LogarithmBase");
}
get companionAxisInterval() {
return this.f6;
}
set companionAxisInterval(a) {
this.f6 = a;
this.j("CompanionAxisInterval");
}
get companionAxisMinorInterval() {
return this.ga;
}
set companionAxisMinorInterval(a) {
this.ga = a;
this.j("CompanionAxisMinorInterval");
}
get companionAxisMinimumValue() {
return this.f9;
}
set companionAxisMinimumValue(a) {
this.f9 = a;
this.j("CompanionAxisMinimumValue");
}
get companionAxisMaximumValue() {
return this.f8;
}
set companionAxisMaximumValue(a) {
this.f8 = a;
this.j("CompanionAxisMaximumValue");
}
get companionAxisIsLogarithmic() {
return this.g8;
}
set companionAxisIsLogarithmic(a) {
this.g8 = a;
this.j("CompanionAxisIsLogarithmic");
}
get companionAxisLogarithmBase() {
return this.f7;
}
set companionAxisLogarithmBase(a) {
this.f7 = a;
this.j("CompanionAxisLogarithmBase");
}
get formatAbbreviatedLabelRef() {
return this.g9;
}
set formatAbbreviatedLabelRef(a) {
this.g9 = a;
this.j("FormatAbbreviatedLabelRef");
}
get abbreviatedLabelFormat() {
return this.g2;
}
set abbreviatedLabelFormat(a) {
this.g2 = a;
this.j("AbbreviatedLabelFormat");
}
get abbreviatedLabelFormatSpecifiers() {
return this.fm;
}
set abbreviatedLabelFormatSpecifiers(a) {
this.fm = a;
this.j("AbbreviatedLabelFormatSpecifiers");
}
get isFormattingAbbreviatedLargeNumber() {
return this.fr;
}
set isFormattingAbbreviatedLargeNumber(a) {
this.fr = a;
this.j("IsFormattingAbbreviatedLargeNumber");
}
get abbreviateLargeNumbers() {
return this.fo;
}
set abbreviateLargeNumbers(a) {
this.fo = a;
this.j("AbbreviateLargeNumbers");
}
get actualMinimumValueChangeRef() {
return this.g5;
}
set actualMinimumValueChangeRef(a) {
this.g5 = a;
this.j("ActualMinimumValueChangeRef");
}
get actualMaximumValueChangeRef() {
return this.g4;
}
set actualMaximumValueChangeRef(a) {
this.g4 = a;
this.j("ActualMaximumValueChangeRef");
}
get actualIntervalChangeRef() {
return this.g3;
}
set actualIntervalChangeRef(a) {
this.g3 = a;
this.j("ActualIntervalChangeRef");
}
get actualMinorIntervalChangeRef() {
return this.g6;
}
set actualMinorIntervalChangeRef(a) {
this.g6 = a;
this.j("ActualMinorIntervalChangeRef");
}
}
NumericAxisBaseDescription.$t = markType(NumericAxisBaseDescription, 'NumericAxisBaseDescription', AxisDescription.$);
return NumericAxisBaseDescription;
})();