igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
512 lines (511 loc) • 14.6 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 { XYChartDescription } from "./XYChartDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let FinancialChartDescription = /*@__PURE__*/ (() => {
class FinancialChartDescription extends XYChartDescription {
constructor() {
super();
this.vv = null;
this.vx = null;
this.vu = null;
this.vs = null;
this.uh = 0;
this.tt = false;
this.ul = 0;
this.t1 = false;
this.vk = 0;
this.us = 0;
this.uu = 0;
this.ut = 0;
this.uv = 0;
this.vw = null;
this.vy = null;
this.un = 0;
this.uq = 0;
this.uo = 0;
this.up = 0;
this.ur = 0;
this.v0 = null;
this.tv = false;
this.vt = null;
this.vz = null;
this.tx = false;
this.s5 = null;
this.ta = null;
this.tz = false;
this.uk = 0;
this.ty = false;
this.t0 = false;
this.v1 = null;
this.s6 = null;
this.s7 = null;
this.s8 = null;
this.s9 = null;
this.td = null;
this.tc = null;
this.s4 = null;
this.s2 = null;
this.um = 0;
this.uj = 0;
this.ui = 0;
this.ug = 0;
this.s3 = null;
this.vg = 0;
this.uf = 0;
this.vj = 0;
this.vh = 0;
this.vf = 0;
this.vi = 0;
this.tb = null;
this.s1 = null;
this.tw = false;
this.v2 = null;
this.uw = 0;
this.tu = false;
this.uc = new Date();
this.ub = new Date();
this.te = null;
this.vr = null;
}
get tooltipTemplateRef() {
return this.vv;
}
set tooltipTemplateRef(a) {
this.vv = a;
this.e("TooltipTemplateRef");
}
get width() {
return this.vx;
}
set width(a) {
this.vx = a;
this.e("Width");
}
get height() {
return this.vu;
}
set height(a) {
this.vu = a;
this.e("Height");
}
get background() {
return this.vs;
}
set background(a) {
this.vs = a;
this.e("Background");
}
get_type() {
return "FinancialChart";
}
get leftMargin() {
return this.uh;
}
set leftMargin(a) {
this.uh = a;
this.e("LeftMargin");
}
get isHorizontalZoomEnabled() {
return this.tt;
}
set isHorizontalZoomEnabled(a) {
this.tt = a;
this.e("IsHorizontalZoomEnabled");
}
get toolbarHeight() {
return this.ul;
}
set toolbarHeight(a) {
this.ul = a;
this.e("ToolbarHeight");
}
get yAxisIsLogarithmic() {
return this.t1;
}
set yAxisIsLogarithmic(a) {
this.t1 = a;
this.e("YAxisIsLogarithmic");
}
get yAxisLogarithmBase() {
return this.vk;
}
set yAxisLogarithmBase(a) {
this.vk = a;
this.e("YAxisLogarithmBase");
}
get yAxisInterval() {
return this.us;
}
set yAxisInterval(a) {
this.us = a;
this.e("YAxisInterval");
}
get yAxisMinimumValue() {
return this.uu;
}
set yAxisMinimumValue(a) {
this.uu = a;
this.e("YAxisMinimumValue");
}
get yAxisMaximumValue() {
return this.ut;
}
set yAxisMaximumValue(a) {
this.ut = a;
this.e("YAxisMaximumValue");
}
get yAxisMinorInterval() {
return this.uv;
}
set yAxisMinorInterval(a) {
this.uv = a;
this.e("YAxisMinorInterval");
}
get volumeType() {
return this.vw;
}
set volumeType(a) {
this.vw = a;
this.e("VolumeType");
}
get xAxisMode() {
return this.vy;
}
set xAxisMode(a) {
this.vy = a;
this.e("XAxisMode");
}
get xAxisZoomMaximumCategoryRange() {
return this.un;
}
set xAxisZoomMaximumCategoryRange(a) {
this.un = a;
this.e("XAxisZoomMaximumCategoryRange");
}
get xAxisZoomToCategoryStart() {
return this.uq;
}
set xAxisZoomToCategoryStart(a) {
this.uq = a;
this.e("XAxisZoomToCategoryStart");
}
get xAxisZoomMaximumItemSpan() {
return this.uo;
}
set xAxisZoomMaximumItemSpan(a) {
this.uo = a;
this.e("XAxisZoomMaximumItemSpan");
}
get xAxisZoomToCategoryRange() {
return this.up;
}
set xAxisZoomToCategoryRange(a) {
this.up = a;
this.e("XAxisZoomToCategoryRange");
}
get xAxisZoomToItemSpan() {
return this.ur;
}
set xAxisZoomToItemSpan(a) {
this.ur = a;
this.e("XAxisZoomToItemSpan");
}
get yAxisMode() {
return this.v0;
}
set yAxisMode(a) {
this.v0 = a;
this.e("YAxisMode");
}
get isToolbarVisible() {
return this.tv;
}
set isToolbarVisible(a) {
this.tv = a;
this.e("IsToolbarVisible");
}
get chartType() {
return this.vt;
}
set chartType(a) {
this.vt = a;
this.e("ChartType");
}
get yAxisLabelHorizontalAlignment() {
return this.vz;
}
set yAxisLabelHorizontalAlignment(a) {
this.vz = a;
this.e("YAxisLabelHorizontalAlignment");
}
get isWindowSyncedToVisibleRange() {
return this.tx;
}
set isWindowSyncedToVisibleRange(a) {
this.tx = a;
this.e("IsWindowSyncedToVisibleRange");
}
get indicatorTypes() {
return this.s5;
}
set indicatorTypes(a) {
this.s5 = a;
this.e("IndicatorTypes");
}
get overlayTypes() {
return this.ta;
}
set overlayTypes(a) {
this.ta = a;
this.e("OverlayTypes");
}
get yAxisAbbreviateLargeNumbers() {
return this.tz;
}
set yAxisAbbreviateLargeNumbers(a) {
this.tz = a;
this.e("YAxisAbbreviateLargeNumbers");
}
get resolution() {
return this.uk;
}
set resolution(a) {
this.uk = a;
this.e("Resolution");
}
get xAxisEnhancedIntervalPreferMoreCategoryLabels() {
return this.ty;
}
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
this.ty = a;
this.e("XAxisEnhancedIntervalPreferMoreCategoryLabels");
}
get yAxisEnhancedIntervalPreferMoreCategoryLabels() {
return this.t0;
}
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
this.t0 = a;
this.e("YAxisEnhancedIntervalPreferMoreCategoryLabels");
}
get zoomSliderType() {
return this.v1;
}
set zoomSliderType(a) {
this.v1 = a;
this.e("ZoomSliderType");
}
get negativeBrushes() {
return this.s6;
}
set negativeBrushes(a) {
this.s6 = a;
this.e("NegativeBrushes");
}
get negativeOutlines() {
return this.s7;
}
set negativeOutlines(a) {
this.s7 = a;
this.e("NegativeOutlines");
}
get overlayBrushes() {
return this.s8;
}
set overlayBrushes(a) {
this.s8 = a;
this.e("OverlayBrushes");
}
get overlayOutlines() {
return this.s9;
}
set overlayOutlines(a) {
this.s9 = a;
this.e("OverlayOutlines");
}
get volumeOutlines() {
return this.td;
}
set volumeOutlines(a) {
this.td = a;
this.e("VolumeOutlines");
}
get volumeBrushes() {
return this.tc;
}
set volumeBrushes(a) {
this.tc = a;
this.e("VolumeBrushes");
}
get indicatorNegativeBrushes() {
return this.s4;
}
set indicatorNegativeBrushes(a) {
this.s4 = a;
this.e("IndicatorNegativeBrushes");
}
get indicatorBrushes() {
return this.s2;
}
set indicatorBrushes(a) {
this.s2 = a;
this.e("IndicatorBrushes");
}
get volumeThickness() {
return this.um;
}
set volumeThickness(a) {
this.um = a;
this.e("VolumeThickness");
}
get overlayThickness() {
return this.uj;
}
set overlayThickness(a) {
this.uj = a;
this.e("OverlayThickness");
}
get overlayMultiplier() {
return this.ui;
}
set overlayMultiplier(a) {
this.ui = a;
this.e("OverlayMultiplier");
}
get indicatorThickness() {
return this.ug;
}
set indicatorThickness(a) {
this.ug = a;
this.e("IndicatorThickness");
}
get indicatorDisplayTypes() {
return this.s3;
}
set indicatorDisplayTypes(a) {
this.s3 = a;
this.e("IndicatorDisplayTypes");
}
get indicatorPeriod() {
return this.vg;
}
set indicatorPeriod(a) {
this.vg = a;
this.e("IndicatorPeriod");
}
get indicatorMultiplier() {
return this.uf;
}
set indicatorMultiplier(a) {
this.uf = a;
this.e("IndicatorMultiplier");
}
get indicatorSmoothingPeriod() {
return this.vj;
}
set indicatorSmoothingPeriod(a) {
this.vj = a;
this.e("IndicatorSmoothingPeriod");
}
get indicatorShortPeriod() {
return this.vh;
}
set indicatorShortPeriod(a) {
this.vh = a;
this.e("IndicatorShortPeriod");
}
get indicatorLongPeriod() {
return this.vf;
}
set indicatorLongPeriod(a) {
this.vf = a;
this.e("IndicatorLongPeriod");
}
get indicatorSignalPeriod() {
return this.vi;
}
set indicatorSignalPeriod(a) {
this.vi = a;
this.e("IndicatorSignalPeriod");
}
get rangeSelectorOptions() {
return this.tb;
}
set rangeSelectorOptions(a) {
this.tb = a;
this.e("RangeSelectorOptions");
}
get customIndicatorNames() {
return this.s1;
}
set customIndicatorNames(a) {
this.s1 = a;
this.e("CustomIndicatorNames");
}
get isVerticalZoomEnabled() {
return this.tw;
}
set isVerticalZoomEnabled(a) {
this.tw = a;
this.e("IsVerticalZoomEnabled");
}
get zoomSliderXAxisMajorStroke() {
return this.v2;
}
set zoomSliderXAxisMajorStroke(a) {
this.v2 = a;
this.e("ZoomSliderXAxisMajorStroke");
}
get zoomSliderXAxisMajorStrokeThickness() {
return this.uw;
}
set zoomSliderXAxisMajorStrokeThickness(a) {
this.uw = a;
this.e("ZoomSliderXAxisMajorStrokeThickness");
}
get isLegendVisible() {
return this.tu;
}
set isLegendVisible(a) {
this.tu = a;
this.e("IsLegendVisible");
}
get xAxisMinimumValue() {
return this.uc;
}
set xAxisMinimumValue(a) {
this.uc = a;
this.e("XAxisMinimumValue");
}
get xAxisMaximumValue() {
return this.ub;
}
set xAxisMaximumValue(a) {
this.ub = a;
this.e("XAxisMaximumValue");
}
get xAxisBreaks() {
return this.te;
}
set xAxisBreaks(a) {
this.te = a;
this.e("XAxisBreaks");
}
get applyCustomIndicatorsRef() {
return this.vr;
}
set applyCustomIndicatorsRef(a) {
this.vr = a;
this.e("ApplyCustomIndicatorsRef");
}
}
FinancialChartDescription.$t = markType(FinancialChartDescription, 'FinancialChartDescription', XYChartDescription.$);
return FinancialChartDescription;
})();