igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
288 lines (287 loc) • 8.8 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 { SeriesViewerDescription } from "./SeriesViewerDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let DataChartDescription = /*@__PURE__*/ (() => {
class DataChartDescription extends SeriesViewerDescription {
constructor() {
super();
this.g7 = false;
this.hx = 0;
this.hy = 0;
this.hp = 0;
this.hq = 0;
this.g6 = false;
this.g8 = false;
this.ij = null;
this.g5 = false;
this.hs = 0;
this.hr = 0;
this.hb = false;
this.g9 = false;
this.ha = false;
this.hc = false;
this.id = null;
this.ii = null;
this.ig = null;
this.ih = null;
this.g3 = null;
this.hm = 0;
this.ho = 0;
this.hn = 0;
this.hl = 0;
this.ie = null;
this.il = null;
this.im = null;
this.hu = 0;
this.hw = 0;
this.hv = 0;
this.ht = 0;
this.io = null;
this.ik = null;
}
get_type() {
return "DataChart";
}
get isSquare() {
return this.g7;
}
set isSquare(a) {
this.g7 = a;
this.e("IsSquare");
}
get windowScaleHorizontal() {
return this.hx;
}
set windowScaleHorizontal(a) {
this.hx = a;
this.e("WindowScaleHorizontal");
}
get windowScaleVertical() {
return this.hy;
}
set windowScaleVertical(a) {
this.hy = a;
this.e("WindowScaleVertical");
}
get actualWindowScaleHorizontal() {
return this.hp;
}
set actualWindowScaleHorizontal(a) {
this.hp = a;
this.e("ActualWindowScaleHorizontal");
}
get actualWindowScaleVertical() {
return this.hq;
}
set actualWindowScaleVertical(a) {
this.hq = a;
this.e("ActualWindowScaleVertical");
}
get isHorizontalZoomEnabled() {
return this.g6;
}
set isHorizontalZoomEnabled(a) {
this.g6 = a;
this.e("IsHorizontalZoomEnabled");
}
get isVerticalZoomEnabled() {
return this.g8;
}
set isVerticalZoomEnabled(a) {
this.g8 = a;
this.e("IsVerticalZoomEnabled");
}
get gridMode() {
return this.ij;
}
set gridMode(a) {
this.ij = a;
this.e("GridMode");
}
get alignsGridLinesToPixels() {
return this.g5;
}
set alignsGridLinesToPixels(a) {
this.g5 = a;
this.e("AlignsGridLinesToPixels");
}
get autoExpandMarginMaximumValue() {
return this.hs;
}
set autoExpandMarginMaximumValue(a) {
this.hs = a;
this.e("AutoExpandMarginMaximumValue");
}
get autoExpandMarginExtraPadding() {
return this.hr;
}
set autoExpandMarginExtraPadding(a) {
this.hr = a;
this.e("AutoExpandMarginExtraPadding");
}
get shouldSuppressAxisLabelTruncation() {
return this.hb;
}
set shouldSuppressAxisLabelTruncation(a) {
this.hb = a;
this.e("ShouldSuppressAxisLabelTruncation");
}
get shouldAutoExpandMarginForInitialLabels() {
return this.g9;
}
set shouldAutoExpandMarginForInitialLabels(a) {
this.g9 = a;
this.e("ShouldAutoExpandMarginForInitialLabels");
}
get shouldConsiderAutoRotationForInitialLabels() {
return this.ha;
}
set shouldConsiderAutoRotationForInitialLabels(a) {
this.ha = a;
this.e("ShouldConsiderAutoRotationForInitialLabels");
}
get suppressAutoMarginAndAngleRecalculation() {
return this.hc;
}
set suppressAutoMarginAndAngleRecalculation(a) {
this.hc = a;
this.e("SuppressAutoMarginAndAngleRecalculation");
}
get autoMarginAndAngleUpdateMode() {
return this.id;
}
set autoMarginAndAngleUpdateMode(a) {
this.id = a;
this.e("AutoMarginAndAngleUpdateMode");
}
get defaultAxisStroke() {
return this.ii;
}
set defaultAxisStroke(a) {
this.ii = a;
this.e("DefaultAxisStroke");
}
get defaultAxisMajorStroke() {
return this.ig;
}
set defaultAxisMajorStroke(a) {
this.ig = a;
this.e("DefaultAxisMajorStroke");
}
get defaultAxisMinorStroke() {
return this.ih;
}
set defaultAxisMinorStroke(a) {
this.ih = a;
this.e("DefaultAxisMinorStroke");
}
get axes() {
return this.g3;
}
set axes(a) {
this.g3 = a;
this.e("Axes");
}
get actualPlotAreaMarginLeft() {
return this.hm;
}
set actualPlotAreaMarginLeft(a) {
this.hm = a;
this.e("ActualPlotAreaMarginLeft");
}
get actualPlotAreaMarginTop() {
return this.ho;
}
set actualPlotAreaMarginTop(a) {
this.ho = a;
this.e("ActualPlotAreaMarginTop");
}
get actualPlotAreaMarginRight() {
return this.hn;
}
set actualPlotAreaMarginRight(a) {
this.hn = a;
this.e("ActualPlotAreaMarginRight");
}
get actualPlotAreaMarginBottom() {
return this.hl;
}
set actualPlotAreaMarginBottom(a) {
this.hl = a;
this.e("ActualPlotAreaMarginBottom");
}
get computedPlotAreaMarginMode() {
return this.ie;
}
set computedPlotAreaMarginMode(a) {
this.ie = a;
this.e("ComputedPlotAreaMarginMode");
}
get seriesPlotAreaMarginHorizontalMode() {
return this.il;
}
set seriesPlotAreaMarginHorizontalMode(a) {
this.il = a;
this.e("SeriesPlotAreaMarginHorizontalMode");
}
get seriesPlotAreaMarginVerticalMode() {
return this.im;
}
set seriesPlotAreaMarginVerticalMode(a) {
this.im = a;
this.e("SeriesPlotAreaMarginVerticalMode");
}
get plotAreaMarginLeft() {
return this.hu;
}
set plotAreaMarginLeft(a) {
this.hu = a;
this.e("PlotAreaMarginLeft");
}
get plotAreaMarginTop() {
return this.hw;
}
set plotAreaMarginTop(a) {
this.hw = a;
this.e("PlotAreaMarginTop");
}
get plotAreaMarginRight() {
return this.hv;
}
set plotAreaMarginRight(a) {
this.hv = a;
this.e("PlotAreaMarginRight");
}
get plotAreaMarginBottom() {
return this.ht;
}
set plotAreaMarginBottom(a) {
this.ht = a;
this.e("PlotAreaMarginBottom");
}
get width() {
return this.io;
}
set width(a) {
this.io = a;
this.e("Width");
}
get height() {
return this.ik;
}
set height(a) {
this.ik = a;
this.e("Height");
}
}
DataChartDescription.$t = markType(DataChartDescription, 'DataChartDescription', SeriesViewerDescription.$);
return DataChartDescription;
})();